We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd629d4 commit f0fdbfaCopy full SHA for f0fdbfa
.github/workflows/test-suite.yaml
@@ -45,13 +45,15 @@ jobs:
45
host: arm-linux-gnueabihf
46
compiler: gcc
47
version: 14
48
+ sanitizer: true
49
50
- name: ubuntu-arm64-gcc-14
51
os: ubuntu-24.04
52
arch: arm64
53
host: aarch64-linux-gnu
54
55
56
57
58
- name: macos-13-amd64-xcode
59
os: macos-13
@@ -112,6 +114,10 @@ jobs:
112
114
set-env CXXFLAGS "$SAN"
113
115
set-env LDFLAGS "$SAN"
116
set-env UBSAN_OPTIONS "print_stacktrace=1"
117
+ if [ "${{ matrix.arch }}" != "amd64" ]; then
118
+ set-env ASAN_OPTIONS detect_leaks=0
119
+ set-env LD_LIBRARY_PATH /usr/${{ matrix.host }}/lib/
120
+ fi
121
fi
122
123
- name: Install compiler (clang)
0 commit comments