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 8420260 commit bfc0fe8Copy full SHA for bfc0fe8
.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"
+ ../configure --prefix "$glibc_install" --disable-werror
86
make -j `nproc`
87
make install -j `nproc`
88
0 commit comments