Skip to content

Commit

Permalink
Update linux bootstrap swift version to 6.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andriydruk committed Jan 6, 2025
1 parent 32e593b commit c8cb59f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build/Linux/000-install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ update-alternatives --set clang++ /usr/bin/clang++-13
clang --version

# Install swift for bootstraping
wget https://download.swift.org/swift-6.0.2-release/ubuntu2004/swift-6.0.2-RELEASE/swift-6.0.2-RELEASE-ubuntu20.04.tar.gz
tar -xvzf swift-6.0.2-RELEASE-ubuntu20.04.tar.gz
rm swift-6.0.2-RELEASE-ubuntu20.04.tar.gz
mv $HOME/swift-6.0.2-RELEASE-ubuntu20.04 $HOME/swift-toolchain
wget https://download.swift.org/swift-6.0.3-release/ubuntu2004/swift-6.0.3-RELEASE/swift-6.0.3-RELEASE-ubuntu20.04.tar.gz
tar -xvzf swift-6.0.3-RELEASE-ubuntu20.04.tar.gz
rm swift-6.0.3-RELEASE-ubuntu20.04.tar.gz
mv $HOME/swift-6.0.3-RELEASE-ubuntu20.04 $HOME/swift-toolchain
export PATH=$HOME/swift-toolchain/usr/bin:$PATH
echo "export PATH=\$HOME/swift-toolchain/usr/bin:\$PATH" >> .build_env
echo "export SWIFT_PATH=\$HOME/swift-toolchain/usr/bin" >> .build_env
Expand Down

0 comments on commit c8cb59f

Please sign in to comment.