Skip to content

Commit

Permalink
update justfile to build containers launcher with bazel
Browse files Browse the repository at this point in the history
since the oak containers launcher is bazelified, we can start
using bazel to build it. also, this change would allow the launcher
to work on a old version of debian with old glibc.

Change-Id: I38c379c1f2e9871a140311698a56a8f032fdcde2
  • Loading branch information
dingelish committed Dec 3, 2024
1 parent 48ecdae commit f8244b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,9 @@ oak_containers_kernel:
$(realpath oak_containers)/kernel/bin/subjects

oak_containers_launcher:
cargo build --release --package=oak_containers_launcher
bazel build {{BAZEL_CONFIG_FLAG}} //oak_containers/launcher:oak_containers_launcher
cp bazel-bin/oak_containers/launcher/oak_containers_launcher \
$(realpath artifacts/oak_containers_launcher)

# Profile the Wasm execution and generate a flamegraph.
profile_wasm:
Expand Down

0 comments on commit f8244b8

Please sign in to comment.