File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 16
16
export SWIFTENV_ROOT="$HOME/.swiftenv"
17
17
export PATH="$SWIFTENV_ROOT/bin:$PATH"
18
18
eval "$(swiftenv init -)"
19
- swiftenv install $TOOLCHAIN_DOWNLOAD
19
+ make bootstrap
20
20
make perf-tester
21
21
node ci/perf-tester
22
22
env :
23
- TOOLCHAIN_DOWNLOAD : https://github.com/swiftwasm/swift/releases/download/swift-wasm-5.3-SNAPSHOT-2020-08-10-a/swift-wasm-5.3-SNAPSHOT-2020-08-10-a-linux.tar.gz
24
23
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1
- wasm-5.3-SNAPSHOT-2020-10-20-a
1
+ wasm-5.3.0-RELEASE
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ Just pass a toolchain archive URL for [the latest SwiftWasm 5.3
119
119
snapshot] ( https://github.com/swiftwasm/swift/releases ) appropriate for your platform:
120
120
121
121
``` sh
122
- $ swiftenv install https://github.com/swiftwasm/swift/releases/download/swift-wasm-5.3-SNAPSHOT-2020-10-20-a /swift-wasm-5.3-SNAPSHOT-2020-10-20-a -macos_x86_64.pkg
122
+ $ swiftenv install https://github.com/swiftwasm/swift/releases/download/swift-wasm-5.3.0-RELEASE /swift-wasm-5.3.0-RELEASE -macos_x86_64.pkg
123
123
```
124
124
125
125
You can also use the ` install-toolchain.sh ` helper script that uses a hardcoded toolchain snapshot:
You can’t perform that action at this time.
0 commit comments