Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit f152628

Browse files
committed
Compress execution fixtures
1 parent 7e1d201 commit f152628

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Justfile

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ stop-devnet:
106106
kurtosis clean -a
107107

108108
# Run t8n
109-
t8n *args='': install-devnet start-devnet
109+
t8n fixture_name='fixture': install-devnet start-devnet
110110
#!/bin/bash
111111

112112
SCRIPT_DIR=$( pwd )
@@ -130,7 +130,12 @@ t8n *args='': install-devnet start-devnet
130130
--l2-port "$L2_PORT" \
131131
-o "$OPTIMISM_PORTAL_PROXY" \
132132
--l2-genesis "$GENESIS" \
133-
$@
133+
--output "./fixtures/execution/[email protected]"
134+
135+
# Compress the execution fixture
136+
echo "Compressing new execution fixture..."
137+
tar --zstd -cf ./fixtures/execution/[email protected] ./fixtures/execution/[email protected]
138+
rm ./fixtures/execution/[email protected]
134139

135140
echo "Cleaning up genesis + configs..."
136141
rm -rf ./op-genesis-configs

0 commit comments

Comments
 (0)