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 bfc0fe8 commit 789919bCopy full SHA for 789919b
.github/workflows/cmake.yml
@@ -82,7 +82,7 @@ jobs:
82
git checkout glibc-2.28
83
mkdir build
84
cd build
85
- ../configure --prefix "$glibc_install" --disable-werror
+ ../configure --prefix "$glibc_install" --disable-werror --enable-cet
86
make -j `nproc`
87
make install -j `nproc`
88
0 commit comments