Skip to content

Commit 7da791c

Browse files
committed
Add patchelf to all Linux builders
Needed temporarily for building Swift on Linux because of the way early swift-syntax is built.
1 parent d2463e0 commit 7da791c

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

swift-ci/master/amazon-linux/2/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ RUN yum -y install \
2323
libuuid-devel \
2424
libxml2-devel \
2525
ncurses-devel \
26+
patchelf \
2627
pexpect \
2728
pkgconfig \
2829
procps-ng \

swift-ci/master/centos/7/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ RUN yum install --enablerepo=centosplus -y \
2323
ncurses-devel \
2424
ninja-build \
2525
openssl-devel \
26+
patchelf \
2627
pexpect \
2728
python-devel \
2829
python3-devel \

swift-ci/master/rhel-ubi/9/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ RUN yum install -y \
1414
libuuid-devel \
1515
libxml2-devel \
1616
ncurses-devel \
17+
patchelf \
1718
python3-devel \
1819
rsync \
1920
sqlite-devel \

swift-ci/master/ubuntu/18.04/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ RUN apt -y update && apt -y install \
1818
libsqlite3-dev \
1919
libxml2-dev \
2020
ninja-build \
21+
patchelf \
2122
pkg-config \
2223
python \
2324
python-six \

swift-ci/master/ubuntu/20.04/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ RUN apt-get -y update && apt-get -y install \
1818
libsqlite3-dev \
1919
libxml2-dev \
2020
ninja-build \
21+
patchelf \
2122
pkg-config \
2223
python \
2324
python-six \

swift-ci/master/ubuntu/22.04/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ RUN apt-get -y update && apt-get -y install \
1818
libsqlite3-dev \
1919
libxml2-dev \
2020
ninja-build \
21+
patchelf \
2122
pkg-config \
2223
python2 \
2324
python-six \

0 commit comments

Comments
 (0)