Skip to content

Commit 88e5741

Browse files
Update commit of IC artifacts (#933)
1 parent 24c76d1 commit 88e5741

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/update-dfx-cache.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Download latest ic artifacts
44
curl -O "https://download.dfinity.systems/ic/$current_sha/binaries/$arch/replica.gz"
55
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"
67
curl -O "https://download.dfinity.systems/ic/$current_sha/binaries/$arch/ic-admin.gz"
78
curl -O "https://download.dfinity.systems/ic/$current_sha/binaries/$arch/ic-btc-adapter.gz"
89
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"
1415
# Overwrite artifacts in dfx cache
1516
gzip -d replica.gz && chmod +x replica && mv replica $(dfx cache show)
1617
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)
1719
gzip -d ic-starter.gz && chmod +x ic-starter && mv ic-starter $(dfx cache show)
1820
gzip -d sandbox_launcher.gz && chmod +x sandbox_launcher && mv sandbox_launcher $(dfx cache show)
1921
gzip -d ic-admin.gz && chmod +x ic-admin && mv ic-admin $(dfx cache show)

.ic-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2c6d64952d6f1d9025d341a2bd84efd6603dd5eb
1+
17df8febdb922c3981475035d830f09d9b990a5a

0 commit comments

Comments
 (0)