Skip to content

Commit

Permalink
[gccjit] disable multilib gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingerZhu committed Dec 2, 2024
1 parent 151761f commit ef28fc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-gccjit-trunk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
export SCCACHE_GHA_ENABLED=true
cd gcc-build
../gcc/configure CC='sccache gcc-14' CXX='sccache g++-14' \
--disable-multilib \
--enable-host-shared \
--enable-languages=jit,c++ \
--disable-bootstrap \
Expand Down

0 comments on commit ef28fc3

Please sign in to comment.