Skip to content

Commit

Permalink
bumps swift version to make swiftNIO build possible
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasWienand committed Dec 26, 2024
1 parent b54cb11 commit e742405
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions infra/base-images/base-builder/install_swift.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ apt-get update && apt install -y $SWIFT_PACKAGES && \
apt install -y $SWIFT_SYMBOLIZER_PACKAGES --no-install-recommends


wget -q https://download.swift.org/swift-5.8.1-release/ubuntu2004/swift-5.8.1-RELEASE/swift-5.8.1-RELEASE-ubuntu20.04.tar.gz
tar xzf swift-5.8.1-RELEASE-ubuntu20.04.tar.gz
cp -r swift-5.8.1-RELEASE-ubuntu20.04/usr/* /usr/
rm -rf swift-5.8.1-RELEASE-ubuntu20.04.tar.gz swift-5.8.1-RELEASE-ubuntu20.04/
wget -q https://download.swift.org/swift-5.10.1-release/ubuntu2004/swift-5.10.1-RELEASE/swift-5.10.1-RELEASE-ubuntu20.04.tar.gz
tar xzf swift-5.10.1-RELEASE-ubuntu20.04.tar.gz
cp -r swift-5.10.1-RELEASE-ubuntu20.04/usr/* /usr/
rm -rf swift-5.10.1-RELEASE-ubuntu20.04.tar.gz swift-5.10.1-RELEASE-ubuntu20.04/
# TODO: Move to a seperate work dir
git clone https://github.com/llvm/llvm-project.git
cd llvm-project
Expand Down

0 comments on commit e742405

Please sign in to comment.