From 3049a504cf3efbbdb0227b69d44629bc5b4346a9 Mon Sep 17 00:00:00 2001 From: Tom Binder Date: Fri, 22 Nov 2024 18:09:35 +0000 Subject: [PATCH] Bring back stage1_cpio target since it is referenced in buildconfig. Change-Id: I525f952e28b11224d93a17c3284a9b9d58b398c3 --- justfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/justfile b/justfile index 8d0a43aca9..fa020102cf 100644 --- a/justfile +++ b/justfile @@ -207,6 +207,12 @@ stage0_provenance_subjects output_dir="stage0_bin/bin/subjects": stage0_bin --stage0-rom=bazel-bin/stage0_bin/stage0_bin \ --attestation-measurements-output-dir={{output_dir}} +stage1_cpio: + bazel build {{BAZEL_CONFIG_FLAG}} //oak_containers/stage1:stage1_cpio + cp --force --preserve=timestamps --no-preserve=mode \ + bazel-bin/oak_containers/stage1/stage1.cpio \ + artifacts + oak_containers_kernel: bazel build {{BAZEL_CONFIG_FLAG}} //oak_containers/kernel/... cp --force --preserve=timestamps \