Skip to content

Commit

Permalink
chore: skip some artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason I committed Apr 29, 2024
1 parent 9ed1bc0 commit 2dc76bd
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/update-dfx-cache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ curl -O "https://download.dfinity.systems/ic/$current_sha/binaries/x86_64-linux/
# 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 ic-admin.gz && chmod +x ic-admin && mv ic-admin $(dfx cache show)
gzip -d ic-btc-adapter.gz && chmod +x ic-btc-adapter && mv ic-btc-adapter $(dfx cache show)
gzip -d ic-https-outcalls-adapter.gz && chmod +x ic-https-outcalls-adapter && mv ic-https-outcalls-adapter $(dfx cache show)
gzip -d ic-nns-init.gz && chmod +x ic-nns-init && mv ic-nns-init $(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 sns.gz && chmod +x sns && mv sns $(dfx cache show)
#gzip -d ic-admin.gz && chmod +x ic-admin && mv ic-admin $(dfx cache show)
#gzip -d ic-btc-adapter.gz && chmod +x ic-btc-adapter && mv ic-btc-adapter $(dfx cache show)
#gzip -d ic-https-outcalls-adapter.gz && chmod +x ic-https-outcalls-adapter && mv ic-https-outcalls-adapter $(dfx cache show)
#gzip -d ic-nns-init.gz && chmod +x ic-nns-init && mv ic-nns-init $(dfx cache show)
#gzip -d sns.gz && chmod +x sns && mv sns $(dfx cache show)

echo "dfx cache updated with latest ic artifacts"

0 comments on commit 2dc76bd

Please sign in to comment.