Skip to content

Commit 789919b

Browse files
committed
fix glibc linking
1 parent bfc0fe8 commit 789919b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
git checkout glibc-2.28
8383
mkdir build
8484
cd build
85-
../configure --prefix "$glibc_install" --disable-werror
85+
../configure --prefix "$glibc_install" --disable-werror --enable-cet
8686
make -j `nproc`
8787
make install -j `nproc`
8888

0 commit comments

Comments
 (0)