Skip to content

Commit d1bcea8

Browse files
authored
Merge pull request #192 from drexin/patch-3
Add static glibc and libc++ to CentOS 8
2 parents b600f01 + eef92cb commit d1bcea8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

swift-ci/master/centos/8/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ RUN yum install --enablerepo=PowerTools -y \
1313
cmake \
1414
diffutils \
1515
git \
16+
glibc-static \
1617
libbsd-devel \
1718
libcurl-devel \
1819
libedit-devel \
1920
libicu-devel \
21+
libstdc++-static \
2022
libtool \
2123
libuuid-devel \
2224
libxml2-devel \

0 commit comments

Comments
 (0)