forked from flashbots/rollup-boost
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJustfile
More file actions
20 lines (15 loc) · 669 Bytes
/
Justfile
File metadata and controls
20 lines (15 loc) · 669 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
kurtosis-devnet-up: build kurtosis-spawn
kurtosis-devnet-down:
kurtosis enclave rm -f op-rollup-boost
kurtosis clean
kurtosis-stress-test:
chmod +x ./scripts/ci/kurtosis.sh \
&& ./scripts/ci/kurtosis.sh run
# Build docker image (release)
build:
docker buildx build --build-arg RELEASE=true -t flashbots/rollup-boost:develop .
# Build docker image (debug)
build-debug:
docker buildx build --build-arg RELEASE=false -t flashbots/rollup-boost:develop .
kurtosis-spawn:
kurtosis run github.com/ethpandaops/optimism-package@452133367b693e3ba22214a6615c86c60a1efd5e --args-file ./scripts/ci/kurtosis-params.yaml --enclave op-rollup-boost