mirror of https://github.com/google/oss-fuzz.git
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:
parent
f42f2551a9
commit
12c881f772
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue