Skip to content

Commit efdecec

Browse files
committed
Build the sysroot
1 parent a9f31ab commit efdecec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gcc12.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,4 @@ jobs:
121121
# TODO(antoyo): add --build-sysroot when the build with libgccjit 12 is fixed.
122122
# FIXME(antoyo): we need to set GCC_EXEC_PREFIX so that the linker can find the linker plugin.
123123
# Not sure why it's not found otherwise.
124-
GCC_EXEC_PREFIX=/usr/lib/gcc/ ./test.sh --release --clean ${{ matrix.commands }} --no-default-features
124+
GCC_EXEC_PREFIX=/usr/lib/gcc/ ./test.sh --release --clean --build-sysroot ${{ matrix.commands }} --no-default-features

0 commit comments

Comments
 (0)