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 6179bb0 commit 40fbda3Copy full SHA for 40fbda3
.ci/docker/common/install_glibc.sh
@@ -12,7 +12,7 @@ yum install -y wget sed
12
mkdir -p /packages && cd /packages
13
wget -q http://ftp.gnu.org/gnu/glibc/glibc-$GLIBC_VERSION.tar.gz
14
tar xzf glibc-$GLIBC_VERSION.tar.gz
15
-if [[ "$GLIBC_VERSION" == "2.28" ]]; then
+if [[ "$GLIBC_VERSION" == "2.26" ]]; then
16
cd glibc-$GLIBC_VERSION
17
sed -i 's/$name ne "nss_test1"/$name ne "nss_test1" \&\& $name ne "nss_test2"/' scripts/test-installation.pl
18
cd ..
0 commit comments