Skip to content

Commit 2c1626b

Browse files
committed
try bumping runner
1 parent 829123e commit 2c1626b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

reth/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

3030
FROM 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

4646
FROM ubuntu:24.04
4747

0 commit comments

Comments
 (0)