Use Swift 5.7.0. (#8501)

Swift 5.4.2 was released back in June 2021.

Co-authored-by: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>
This commit is contained in:
Thomas Van Lenten 2022-09-19 18:40:00 -04:00 committed by GitHub
parent f42f2551a9
commit 12c881f772
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -37,10 +37,10 @@ apt-get update && apt install -y $SWIFT_PACKAGES && \
apt install -y $SWIFT_SYMBOLIZER_PACKAGES --no-install-recommends
wget https://swift.org/builds/swift-5.4.2-release/ubuntu2004/swift-5.4.2-RELEASE/swift-5.4.2-RELEASE-ubuntu20.04.tar.gz
tar xzf swift-5.4.2-RELEASE-ubuntu20.04.tar.gz
cp -r swift-5.4.2-RELEASE-ubuntu20.04/usr/* /usr/
rm -rf swift-5.4.2-RELEASE-ubuntu20.04.tar.gz
wget https://download.swift.org/swift-5.7-release/ubuntu2004/swift-5.7-RELEASE/swift-5.7-RELEASE-ubuntu20.04.tar.gz
tar xzf swift-5.7-RELEASE-ubuntu20.04.tar.gz
cp -r swift-5.7-RELEASE-ubuntu20.04/usr/* /usr/
rm -rf swift-5.7-RELEASE-ubuntu20.04.tar.gz
# TODO: Move to a seperate work dir
git clone https://github.com/llvm/llvm-project.git
cd llvm-project