Skip to content

Commit 6179bb0

Browse files
authored
Update install_glibc.sh
1 parent 78e9cc0 commit 6179bb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/docker/common/install_glibc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ yum install -y wget sed
1212
mkdir -p /packages && cd /packages
1313
wget -q http://ftp.gnu.org/gnu/glibc/glibc-$GLIBC_VERSION.tar.gz
1414
tar xzf glibc-$GLIBC_VERSION.tar.gz
15-
if [[ "$GLIBC_VERSION" == "2.26" ]]; then
15+
if [[ "$GLIBC_VERSION" == "2.28" ]]; then
1616
cd glibc-$GLIBC_VERSION
1717
sed -i 's/$name ne "nss_test1"/$name ne "nss_test1" \&\& $name ne "nss_test2"/' scripts/test-installation.pl
1818
cd ..

0 commit comments

Comments
 (0)