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 9d2b00a commit 8e00d9aCopy full SHA for 8e00d9a
.github/workflows/swift.yml
@@ -148,11 +148,11 @@ jobs:
148
sudo apt-get update
149
sudo apt-get -y dist-upgrade
150
sudo apt-get -y install valgrind lld g++ clang
151
- - name: Test Swift bindings package without address sanitizer
+ - name: Test Swift bindings package with address sanitizer
152
run: |
153
python ci/toggle_address_sanitation_library.py on
154
cd ci/LDKSwift
155
- ../../swift-5.6-RELEASE-ubuntu20.04/usr/bin/swift test -v
+ ../../swift-5.6-RELEASE-ubuntu20.04/usr/bin/swift test -Xswiftc -suppress-warnings
156
env:
157
LDK_C_BINDINGS_BASE: /home/runner/work/ldk-swift/ldk-swift/ci/ldk-c-bindings
158
LLVM_CLANG_ASAN_PATH: /usr/lib/llvm-11/lib/clang/11.0.0/lib/linux/libclang_rt.asan-x86_64.a
0 commit comments