Skip to content

Commit ffc3bd6

Browse files
CI: remove Valgrind on macOS: it doesn't work
``` ==21147== Valgrind: debuginfo reader: ensure_valid failed: ==21147== Valgrind: during call to ML_(img_get) ==21147== Valgrind: request for range [18446744069408125024, +16) exceeds ==21147== Valgrind: valid image size of 140733057859584 for image: ==21147== Valgrind: "/usr/local/Cellar/icu4c/74.2/lib/libicudata.74.2.dylib" ``` Signed-off-by: Thiago Macieira <[email protected]>
1 parent 24de1b0 commit ffc3bd6

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -110,16 +110,6 @@ jobs:
110110
rm doxygen.rb
111111
brew install qt5 cjson
112112
113-
# Valgrind takes a long time to build, so put in a separate step
114-
# to make it easy to disable.
115-
- name: install macOS valgrind
116-
if: runner.os == 'macOS'
117-
run: |
118-
# 3 cores on CI runners, so use make -j6 for homebrew.
119-
export HOMEBREW_MAKE_JOBS=6
120-
brew tap LouisBrunner/valgrind
121-
brew install --HEAD LouisBrunner/valgrind/valgrind
122-
123113
- name: Execute tests
124114
run: |
125115
set -x

0 commit comments

Comments
 (0)