chore: update WASM build exclusion list (#13576)

This commit is contained in:
Federico Gimenez
2024-12-28 11:55:52 +01:00
committed by GitHub
parent 91dd4171af
commit f9989c646a

View File

@ -8,8 +8,6 @@ crates=($(cargo metadata --format-version=1 --no-deps | jq -r '.packages[].name'
# Used with the `contains` function. # Used with the `contains` function.
# shellcheck disable=SC2034 # shellcheck disable=SC2034
exclude_crates=( exclude_crates=(
# The following are not working yet, but known to be fixable
reth-exex-types # https://github.com/paradigmxyz/reth/issues/9946
# The following require investigation if they can be fixed # The following require investigation if they can be fixed
reth-basic-payload-builder reth-basic-payload-builder
reth-beacon-consensus reth-beacon-consensus
@ -70,7 +68,6 @@ exclude_crates=(
reth-transaction-pool # c-kzg reth-transaction-pool # c-kzg
reth-trie-parallel # tokio reth-trie-parallel # tokio
reth-testing-utils reth-testing-utils
reth-network-peers
) )
# Array to hold the results # Array to hold the results