We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 67513c3 + 4d9c71e commit 56fc995Copy full SHA for 56fc995
.drone.yml
@@ -30,7 +30,7 @@ steps:
30
- sed -i '/formats\\/mod_opusfile/s/^#//g' modules.conf
31
- sed -i '/languages\\/mod_lua/s/^#//g' modules.conf
32
- export ASAN_OPTIONS=log_path=stdout:disable_coredump=0:unmap_shadow_on_exit=1:fast_unwind_on_malloc=0
33
- - ./configure --enable-address-sanitizer
+ - ./configure --enable-address-sanitizer --enable-fake-dlclose
34
35
- name: build
36
image: signalwire/freeswitch-public-base:bullseye
@@ -178,6 +178,6 @@ trigger:
178
179
---
180
kind: signature
181
-hmac: 96f5b3ecee6a6b61fa39bc748bd68295be30eff4768dcfc53091dd448d3ee28d
+hmac: 780e4aaee61e3683ea4a8d6fe5131f7c9e62ebad727546013f18df0fca80d705
182
183
...
0 commit comments