Skip to content

Commit

Permalink
Bring back stage1_cpio target since it is referenced in buildconfig.
Browse files Browse the repository at this point in the history
Change-Id: I525f952e28b11224d93a17c3284a9b9d58b398c3
  • Loading branch information
thmsbinder committed Nov 22, 2024
1 parent ed43125 commit 3049a50
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 3049a50

Please sign in to comment.