File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,10 +90,10 @@ jobs:
9090 matrix :
9191 settings :
9292 - arch : linux/amd64
93- runs-on : ubuntu-24.04
93+ runs-on : ubuntu-24.04-16core
9494 features : jemalloc,asm-keccak,optimism
9595 - arch : linux/arm64
96- runs-on : ubuntu-24.04-arm
96+ runs-on : ubuntu-24.04-arm-16core
9797 features : jemalloc,optimism
9898 runs-on : ${{ matrix.settings.runs-on }}
9999 steps :
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN . /tmp/versions.env && git clone $OP_RETH_REPO --branch $OP_RETH_TAG --singl
2525 git switch -c branch-$OP_RETH_TAG && \
2626 bash -c '[ "$(git rev-parse HEAD)" = "$OP_RETH_COMMIT" ]'
2727
28- RUN cargo build --bin op-reth --profile maxperf --jobs 2 -- manifest-path crates/optimism/bin/Cargo.toml
28+ RUN cargo build --bin op-reth --profile maxperf --manifest-path crates/optimism/bin/Cargo.toml
2929
3030FROM rust:1.88 AS reth-base
3131
@@ -41,7 +41,7 @@ RUN . /tmp/versions.env && git clone $BASE_RETH_NODE_REPO . && \
4141 git checkout tags/$BASE_RETH_NODE_TAG && \
4242 bash -c '[ "$(git rev-parse HEAD)" = "$BASE_RETH_NODE_COMMIT" ]' || (echo "Commit hash verification failed" && exit 1)
4343
44- RUN cargo build --bin base-reth-node --profile maxperf --features jemalloc --jobs 2
44+ RUN cargo build --bin base-reth-node --profile maxperf --features jemalloc
4545
4646FROM ubuntu:24.04
4747
You can’t perform that action at this time.
0 commit comments