Skip to content

Commit 2aec220

Browse files
committed
Uninstall Swift; fixes #83, refs #47
The older versions of SWIFT require an unsupported linker, and the newer versions require `setpgid`, so we will SWIFTly show SWIFT the door.
1 parent b02f9b9 commit 2aec220

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tier3/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ RUN (cd /opt && \
1212
apt-get install -y --no-install-recommends unzip libtinfo5 xz-utils libncurses5 \
1313
gnucobol4 gnat gfortran tcl lua5.3 intercal php-cli gforth swi-prolog pike8.0 sbcl gnustep-devel nodejs algol68g && \
1414
rm -rf /var/lib/apt/lists/* && \
15-
mkdir /opt/swift && \
16-
if [ "$(arch)" = x86_64 ]; then \
17-
curl https://download.swift.org/swift-5.4.3-release/ubuntu1804/swift-5.4.3-RELEASE/swift-5.4.3-RELEASE-ubuntu18.04.tar.gz | \
18-
tar xz -C /opt/swift --strip-components=1; fi && \
1915
curl -L -ogroovy.zip "$(curl -s https://groovy.apache.org/download.html | perl -ne 'if(/(['"'"'"])(https:[^'"'"'"]+-binary-[\d.]+\.zip)\1/){print$2;exit}')" && \
2016
unzip groovy.zip && \
2117
mkdir /opt/groovy && \

0 commit comments

Comments
 (0)