Skip to content

Commit

Permalink
sync with main
Browse files Browse the repository at this point in the history
  • Loading branch information
Pana committed Jan 9, 2025
2 parents d0a0110 + 383eb23 commit 92e664a
Show file tree
Hide file tree
Showing 231 changed files with 2,352 additions and 14,500 deletions.
3 changes: 0 additions & 3 deletions .github/assets/check_wasm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ crates=($(cargo metadata --format-version=1 --no-deps | jq -r '.packages[].name'
exclude_crates=(
# The following require investigation if they can be fixed
reth-basic-payload-builder
reth-beacon-consensus
reth-bench
reth-blockchain-tree
reth-cli
reth-cli-commands
reth-cli-runner
Expand Down Expand Up @@ -45,7 +43,6 @@ exclude_crates=(
reth-optimism-node
reth-optimism-payload-builder
reth-optimism-rpc
reth-optimism-primitives
reth-rpc
reth-rpc-api
reth-rpc-api-testing-util
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ jobs:
cache-on-failure: true
- uses: dcarbone/install-jq-action@v3
- name: Run Wasm checks
run: .github/assets/check_wasm.sh
run: |
sudo apt update && sudo apt install gcc-multilib
.github/assets/check_wasm.sh
riscv:
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 92e664a

Please sign in to comment.