Skip to content

Commit

Permalink
Revert "feat: introducing EvmWiring, a chain-specific configuration (#…
Browse files Browse the repository at this point in the history
…1672)"

This reverts commit 077c2c3.
  • Loading branch information
rakita committed Sep 17, 2024
1 parent acf1a70 commit 5d8f1f2
Show file tree
Hide file tree
Showing 98 changed files with 2,766 additions and 4,126 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,13 @@ jobs:
strategy:
fail-fast: false
matrix:
features: ["", "kzg-rs"]
features: ["", "optimism,kzg-rs"]
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
targets: riscv32imac-unknown-none-elf
- run: |
cargo check --target riscv32imac-unknown-none-elf --no-default-features --features=${{ matrix.features }}
cargo check --target riscv32imac-unknown-none-elf -p revm-optimism --no-default-features --features=${{ matrix.features }}
- run: cargo check --target riscv32imac-unknown-none-elf --no-default-features --features=${{ matrix.features }}

check:
name: check ${{ matrix.features }}
Expand Down
Loading

0 comments on commit 5d8f1f2

Please sign in to comment.