Skip to content

Commit

Permalink
[gccjit] mock env for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingerZhu committed Dec 2, 2024
1 parent c6cf72a commit b4ca4b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-gccjit-trunk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,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 All @@ -57,4 +58,5 @@ jobs:
- name: Run tests
run: |
sudo ln -s /usr/lib/x86_64-linux-gnu /usr/lib64
cmake --build build --target check

0 comments on commit b4ca4b3

Please sign in to comment.