Skip to content

Commit

Permalink
Merge branch 'master' into add-blockexecutiontime-metric
Browse files Browse the repository at this point in the history
  • Loading branch information
tsahee authored Jan 11, 2025
2 parents fe7ee6e + 93841ce commit 40f2b37
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 32 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/arbitrator-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,6 @@ jobs:
targets: 'wasm32-wasi, wasm32-unknown-unknown'
components: 'llvm-tools-preview, rustfmt, clippy'

- name: Install rust stable
id: install-rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: '1.80.1'
components: 'llvm-tools-preview, rustfmt, clippy'

- name: Set STYLUS_NIGHTLY_VER environment variable
run: echo "STYLUS_NIGHTLY_VER=+$(rustup toolchain list | grep '^nightly' | head -n1 | cut -d' ' -f1)" >> "$GITHUB_ENV"

Expand Down
61 changes: 38 additions & 23 deletions arbitrator/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion arbitrator/tools/wasmer
Submodule wasmer updated 580 files
14 changes: 13 additions & 1 deletion arbitrator/wasm-libraries/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 40f2b37

Please sign in to comment.