Skip to content

Commit e43f2af

Browse files
committed
debug: disable zts for the asan build
1 parent 8d9fb64 commit e43f2af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
zts: false
6868
asan: false
6969
- debug: true
70-
zts: true
70+
zts: false
7171
asan: true
7272
name: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}${{ matrix.asan && '_ASAN' || '' }}"
7373
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)