Skip to content

Commit 574cb0c

Browse files
committed
CI: Add asan-avx2 now that default is typically AVX-512
1 parent 5d9397e commit 574cb0c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,18 @@ jobs:
9696
- name: build check
9797
run: .ci/run-build-and-tests.sh --enable-asan --enable-simd=avx
9898

99+
asan-avx2:
100+
runs-on: ubuntu-latest
101+
env:
102+
CC: gcc
103+
TARGET: x86_64
104+
steps:
105+
- uses: actions/checkout@v5
106+
- name: install dependencies
107+
run: .ci/install-dependencies.sh
108+
- name: build check
109+
run: .ci/run-build-and-tests.sh --enable-asan --enable-simd=avx2
110+
99111
gcc14-x86-without-openssl:
100112
runs-on: ubuntu-24.04
101113
env:

0 commit comments

Comments
 (0)