1
0
mirror of https://github.com/apple/foundationdb.git synced 2025-05-15 10:22:20 +08:00
foundationdb/swift_get_latest_toolchain.sh
2024-07-10 18:52:14 -07:00

8 lines
560 B
Bash
Executable File

#!/bin/bash
# snapshot toolchains from 'main'
# wget $(curl -s https://ci.swift.org/job/oss-swift-package-centos-7/lastSuccessfulBuild/consoleText | grep 'tmp-ci-nightly' | sed 's/-- /\n/g' | tail -1 | sed 's#https://store-030.blobstore.apple.com/swift-oss#https://download.swift.org#g')
# 5.9 snapshot toolchains
wget $(curl -s https://ci.swift.org/job/oss-swift-5.9-package-centos-7/lastSuccessfulBuild/consoleText | grep 'tmp-ci-nightly' | sed 's/-- /\n/g' | tail -1 | sed 's#https://store-030.blobstore.apple.com/swift-oss#https://download.swift.org#g')