@@ -107,13 +107,6 @@ jobs:
107
107
LDK_C_BINDINGS_BASE : /home/runner/work/ldk-swift/ldk-swift/ldk-c-bindings
108
108
LLVM_CLANG_ASAN_PATH : /usr/lib/llvm-11/lib/clang/11.0.0/lib/linux/libclang_rt.asan-x86_64.a
109
109
RUST_BACKTRACE : 1
110
-
111
- - name : Archive code coverage results
112
- uses : actions/upload-artifact@v3
113
- with :
114
- name : ci_archive
115
- path : ci
116
-
117
110
- name : Test Swift bindings package without address sanitizer
118
111
run : |
119
112
python ci/toggle_address_sanitation_library.py off
@@ -123,16 +116,11 @@ jobs:
123
116
LDK_C_BINDINGS_BASE : /home/runner/work/ldk-swift/ldk-swift/ci/ldk-c-bindings
124
117
LLVM_CLANG_ASAN_PATH : /usr/lib/llvm-11/lib/clang/11.0.0/lib/linux/libclang_rt.asan-x86_64.a
125
118
RUST_BACKTRACE : 1
126
- - name : Test Swift bindings package with address sanitizer
127
- run : |
128
- python ci/toggle_address_sanitation_library.py on
129
- cd ci/LDKSwift
130
- ../swift-5.6-RELEASE-ubuntu20.04/usr/bin/swift test -v
131
- env :
132
- LDK_C_BINDINGS_BASE : /home/runner/work/ldk-swift/ldk-swift/ci/ldk-c-bindings
133
- LLVM_CLANG_ASAN_PATH : /usr/lib/llvm-11/lib/clang/11.0.0/lib/linux/libclang_rt.asan-x86_64.a
134
- RUST_BACKTRACE : 1
135
-
119
+ - name : Archive code coverage results
120
+ uses : actions/upload-artifact@v3
121
+ with :
122
+ name : ci_archive
123
+ path : ci
136
124
- name : Check that the latest headers are in the swift repo
137
125
run : |
138
126
git diff --exit-code
@@ -153,10 +141,9 @@ jobs:
153
141
sudo apt-get -y install valgrind lld g++ clang
154
142
- name : Test Swift bindings package without address sanitizer
155
143
run : |
156
- python ci/toggle_address_sanitation_library.py off
144
+ python ci/toggle_address_sanitation_library.py on
157
145
cd ci/LDKSwift
158
146
../swift-5.6-RELEASE-ubuntu20.04/usr/bin/swift test -v
159
- cd ../
160
147
env :
161
148
LDK_C_BINDINGS_BASE : /home/runner/work/ldk-swift/ldk-swift/ci/ldk-c-bindings
162
149
LLVM_CLANG_ASAN_PATH : /usr/lib/llvm-11/lib/clang/11.0.0/lib/linux/libclang_rt.asan-x86_64.a
0 commit comments