We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9f31ab commit efdececCopy full SHA for efdecec
.github/workflows/gcc12.yml
@@ -121,4 +121,4 @@ jobs:
121
# TODO(antoyo): add --build-sysroot when the build with libgccjit 12 is fixed.
122
# FIXME(antoyo): we need to set GCC_EXEC_PREFIX so that the linker can find the linker plugin.
123
# Not sure why it's not found otherwise.
124
- GCC_EXEC_PREFIX=/usr/lib/gcc/ ./test.sh --release --clean ${{ matrix.commands }} --no-default-features
+ GCC_EXEC_PREFIX=/usr/lib/gcc/ ./test.sh --release --clean --build-sysroot ${{ matrix.commands }} --no-default-features
0 commit comments