File tree Expand file tree Collapse file tree 7 files changed +19
-2
lines changed Expand file tree Collapse file tree 7 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,11 @@ LABEL description="Docker Container for the Swift programming language"
6
6
RUN yum install -y \
7
7
git \
8
8
gcc-c++ \
9
+ glibc-static \
9
10
libcurl-devel \
10
11
libedit-devel \
12
+ libstdc++-devel \
13
+ libstdc++-static \
11
14
libuuid-devel \
12
15
libxml2-devel \
13
16
ncurses-devel \
Original file line number Diff line number Diff line change @@ -13,9 +13,11 @@ RUN yum -y install \
13
13
gcc-c++ \
14
14
clang \
15
15
git \
16
+ glibc-static \
16
17
libbsd-devel \
17
18
libedit-devel \
18
19
libicu-devel \
20
+ libstdc++-static \
19
21
libuuid-devel \
20
22
libxml2-devel \
21
23
ncurses-devel \
Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ RUN yum install -y \
27
27
unzip \
28
28
diffutils \
29
29
libstdc++-devel \
30
- libstdc++-static
30
+ libstdc++-static \
31
+ glibc-static
31
32
32
33
ARG SWIFT_PLATFORM=fedora39
33
34
ARG SWIFT_VERSION=5.10.1
Original file line number Diff line number Diff line change @@ -25,7 +25,11 @@ RUN yum install -y \
25
25
cmake \
26
26
zip \
27
27
unzip \
28
- diffutils
28
+ diffutils \
29
+ libstdc++-devel \
30
+ libstdc++-static \
31
+ glibc-static
32
+
29
33
30
34
COPY swift-ci/dependencies/requirements.txt /dependencies/
31
35
RUN pip3 install -r /dependencies/requirements.txt
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ RUN yum install -y \
30
30
libstdc++-static \
31
31
ninja-build \
32
32
gnupg \
33
+ glibc-static \
33
34
binutils-gold
34
35
35
36
ARG SWIFT_PLATFORM=fedora39
Original file line number Diff line number Diff line change @@ -8,10 +8,13 @@ RUN yum install -y \
8
8
gcc-c++ \
9
9
clang \
10
10
cmake \
11
+ glibc-static \
11
12
make \
12
13
libcurl-devel \
13
14
libedit-devel \
14
15
libuuid-devel \
16
+ libstdc++-devel \
17
+ libstdc++-static \
15
18
libxml2-devel \
16
19
ncurses-devel \
17
20
python3-devel \
Original file line number Diff line number Diff line change @@ -6,11 +6,14 @@ RUN groupadd -g 42 build-user && \
6
6
RUN yum install -y \
7
7
git \
8
8
gcc-c++ \
9
+ glibc-static \
9
10
cmake \
10
11
diffutils \
11
12
make \
12
13
libcurl-devel \
13
14
libedit-devel \
15
+ libstdc++-devel \
16
+ libstdc++-static \
14
17
libuuid-devel \
15
18
libxml2-devel \
16
19
ncurses-devel \
You can’t perform that action at this time.
0 commit comments