Skip to content

Commit

Permalink
Update commit of IC artifacts (#933)
Browse files Browse the repository at this point in the history
  • Loading branch information
sa-github-api authored Jul 9, 2024
1 parent 24c76d1 commit 88e5741
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/update-dfx-cache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# Download latest ic artifacts
curl -O "https://download.dfinity.systems/ic/$current_sha/binaries/$arch/replica.gz"
curl -O "https://download.dfinity.systems/ic/$current_sha/binaries/$arch/canister_sandbox.gz"
curl -O "https://download.dfinity.systems/ic/$current_sha/binaries/$arch/compiler_sandbox.gz"
curl -O "https://download.dfinity.systems/ic/$current_sha/binaries/$arch/ic-admin.gz"
curl -O "https://download.dfinity.systems/ic/$current_sha/binaries/$arch/ic-btc-adapter.gz"
curl -O "https://download.dfinity.systems/ic/$current_sha/binaries/$arch/ic-https-outcalls-adapter.gz"
Expand All @@ -14,6 +15,7 @@ curl -O "https://download.dfinity.systems/ic/$current_sha/binaries/$arch/sns.gz"
# Overwrite artifacts in dfx cache
gzip -d replica.gz && chmod +x replica && mv replica $(dfx cache show)
gzip -d canister_sandbox.gz && chmod +x canister_sandbox && mv canister_sandbox $(dfx cache show)
gzip -d compiler_sandbox.gz && chmod +x compiler_sandbox && mv compiler_sandbox $(dfx cache show)
gzip -d ic-starter.gz && chmod +x ic-starter && mv ic-starter $(dfx cache show)
gzip -d sandbox_launcher.gz && chmod +x sandbox_launcher && mv sandbox_launcher $(dfx cache show)
gzip -d ic-admin.gz && chmod +x ic-admin && mv ic-admin $(dfx cache show)
Expand Down
2 changes: 1 addition & 1 deletion .ic-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2c6d64952d6f1d9025d341a2bd84efd6603dd5eb
17df8febdb922c3981475035d830f09d9b990a5a

0 comments on commit 88e5741

Please sign in to comment.