Skip to content

Commit

Permalink
Fix the nix shell for RK provenance builds
Browse files Browse the repository at this point in the history
We need bazel now, so the #rust shell isn't sufficient.

(For example:
https://github.com/project-oak/oak/actions/runs/10318293627/job/28564351573)

Change-Id: I48f1c308f079352cf29f7c37ea87abaeedc6a4af
  • Loading branch information
jblebrun authored and thmsbinder committed Aug 12, 2024
1 parent 3438254 commit 37c0407
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export PACKAGE_NAME=oak_restricted_kernel_simple_io_init_rd_wrapper_bin
export BUILD_COMMAND=(
nix
develop
.#rust
.#ci
--command
just
oak_restricted_kernel_wrapper_simple_io_channel
Expand Down

0 comments on commit 37c0407

Please sign in to comment.