Skip to content

Commit

Permalink
Disable libsanitizer in Linux build to avoid build error
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 15, 2023
1 parent 928703a commit 59390fd
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 @@ -54,7 +54,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 59390fd

Please sign in to comment.