File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 3
3
# Download latest ic artifacts
4
4
curl -O " https://download.dfinity.systems/ic/$current_sha /binaries/$arch /replica.gz"
5
5
curl -O " https://download.dfinity.systems/ic/$current_sha /binaries/$arch /canister_sandbox.gz"
6
+ curl -O " https://download.dfinity.systems/ic/$current_sha /binaries/$arch /compiler_sandbox.gz"
6
7
curl -O " https://download.dfinity.systems/ic/$current_sha /binaries/$arch /ic-admin.gz"
7
8
curl -O " https://download.dfinity.systems/ic/$current_sha /binaries/$arch /ic-btc-adapter.gz"
8
9
curl -O " https://download.dfinity.systems/ic/$current_sha /binaries/$arch /ic-https-outcalls-adapter.gz"
@@ -14,6 +15,7 @@ curl -O "https://download.dfinity.systems/ic/$current_sha/binaries/$arch/sns.gz"
14
15
# Overwrite artifacts in dfx cache
15
16
gzip -d replica.gz && chmod +x replica && mv replica $( dfx cache show)
16
17
gzip -d canister_sandbox.gz && chmod +x canister_sandbox && mv canister_sandbox $( dfx cache show)
18
+ gzip -d compiler_sandbox.gz && chmod +x compiler_sandbox && mv compiler_sandbox $( dfx cache show)
17
19
gzip -d ic-starter.gz && chmod +x ic-starter && mv ic-starter $( dfx cache show)
18
20
gzip -d sandbox_launcher.gz && chmod +x sandbox_launcher && mv sandbox_launcher $( dfx cache show)
19
21
gzip -d ic-admin.gz && chmod +x ic-admin && mv ic-admin $( dfx cache show)
Original file line number Diff line number Diff line change 1
- 2c6d64952d6f1d9025d341a2bd84efd6603dd5eb
1
+ 17df8febdb922c3981475035d830f09d9b990a5a
You can’t perform that action at this time.
0 commit comments