Skip to content

Commit

Permalink
Bump dependencies (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity authored Oct 4, 2024
1 parent e87dd0d commit 77785cc
Show file tree
Hide file tree
Showing 5 changed files with 169 additions and 109 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ on:

jobs:
perf:
runs-on: macos-latest
runs-on: ubuntu-latest
strategy:
fail-fast: false
env:
DFX_VERSION: 0.18.0
IC_REPL_VERSION: 0.7.0
MOC_VERSION: 0.11.0
IC_WASM_VERSION: 0.7.0
RUSTC_VERSION: 1.76.0
DFX_VERSION: 0.24.0
IC_REPL_VERSION: 0.7.6
MOC_VERSION: 0.13.0
IC_WASM_VERSION: 0.9.0
RUSTC_VERSION: 1.81.0
steps:
- uses: actions/checkout@v4
- name: Checkout out gh-pages report
if: github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'build_base')
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: gh-pages
path: main/_out
Expand Down Expand Up @@ -62,16 +62,16 @@ jobs:
dfx-version: ${{ env.DFX_VERSION }}
- name: Install ic-repl, mops and moc
run: |
wget https://github.com/chenyan2002/ic-repl/releases/download/$IC_REPL_VERSION/ic-repl-macos
cp ./ic-repl-macos /usr/local/bin/ic-repl
wget https://github.com/chenyan2002/ic-repl/releases/download/$IC_REPL_VERSION/ic-repl-linux64
cp ./ic-repl-linux64 /usr/local/bin/ic-repl
chmod a+x /usr/local/bin/ic-repl
npm i -g ic-mops
dfx cache install
cd $(dfx cache show)
wget https://github.com/dfinity/motoko/releases/download/$MOC_VERSION/motoko-Darwin-x86_64-$MOC_VERSION.tar.gz
tar zxvf motoko-Darwin-x86_64-$MOC_VERSION.tar.gz
wget https://github.com/dfinity/ic-wasm/releases/download/$IC_WASM_VERSION/ic-wasm-macos
cp ./ic-wasm-macos /usr/local/bin/ic-wasm
wget https://github.com/dfinity/motoko/releases/download/$MOC_VERSION/motoko-Linux-x86_64-$MOC_VERSION.tar.gz
tar zxvf motoko-Linux-x86_64-$MOC_VERSION.tar.gz
wget https://github.com/dfinity/ic-wasm/releases/download/$IC_WASM_VERSION/ic-wasm-linux64
cp ./ic-wasm-linux64 /usr/local/bin/ic-wasm
chmod a+x /usr/local/bin/ic-wasm
- name: Setup system subnet and start dfx
run: |
Expand Down
Loading

0 comments on commit 77785cc

Please sign in to comment.