Skip to content

Commit d4a264c

Browse files
committed
fix(ci): build Firecracker when we need to
The commit df112e3 missed a few places where we depend on firecracker build. Fixes: df112e3 Signed-off-by: Pablo Barbáchano <[email protected]>
1 parent 2caac8e commit d4a264c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.buildkite/pipeline_cross.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ def cross_steps():
4141
instances_aarch64 = ["m6g.metal", "m7g.metal"]
4242
groups = []
4343
commands = [
44+
"./tools/devtool -y build --release",
4445
"./tools/devtool -y sh ./tools/create_snapshot_artifact/main.py",
4546
"mkdir -pv snapshots/{instance}_{kv}",
4647
"sudo chown -Rc $USER: snapshot_artifacts",

tools/devtool

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -851,6 +851,7 @@ cmd_sh() {
851851
}
852852

853853
cmd_sandbox() {
854+
cmd_build --release
854855
cmd_sh "tmux new env PYTEST_ADDOPTS=--pdbcls=IPython.terminal.debugger:TerminalPdb PYTHONPATH=tests IPYTHONDIR=\$PWD/.ipython ipython -i ./tools/sandbox.py $@"
855856
}
856857

0 commit comments

Comments
 (0)