Skip to content

Commit

Permalink
Disable libsanitizer in Linux build
Browse files Browse the repository at this point in the history
GCC 13 has build error if libsanitizer is enabled.
  • Loading branch information
tienntr committed Dec 13, 2023
1 parent 165e627 commit b75cb20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-centos7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Configure Linux toolchain
run: |
scl enable devtoolset-11 -- \
./configure --prefix=/opt/riscv --enable-libsanitizer --enable-llvm --with-cmodel=medany
./configure --prefix=/opt/riscv --enable-llvm --with-cmodel=medany
- name: Build Linux toolchain
run: scl enable devtoolset-11 -- make -j $(nproc) linux
Expand Down

0 comments on commit b75cb20

Please sign in to comment.