Skip to content

Commit

Permalink
Remove --config=unsafe-fast-presubmit from oak_client_android_app build.
Browse files Browse the repository at this point in the history
The new flag is needed; more context at  bazelbuild/bazel#9342.

Bug: 358289699

Change-Id: I6196c8cfed20f286c14a8f4bc84df02d406d9765
  • Loading branch information
thmsbinder committed Aug 8, 2024
1 parent 9f47f6b commit 4657f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ oak_restricted_kernel_simple_io_init_rd_wrapper: oak_restricted_kernel_simple_io
just restricted_kernel_bzimage_and_provenance_subjects oak_restricted_kernel_simple_io_init_rd

oak_client_android_app:
bazel build --config=unsafe-fast-presubmit --compilation_mode opt \
bazel build --noexperimental_check_desugar_deps --compilation_mode opt \
//java/src/main/java/com/google/oak/client/android:client_app
# Copy out to a directory which does not change with bazel config and does
# not interfere with cargo. It should be reused for other targets as well.
Expand Down

0 comments on commit 4657f2a

Please sign in to comment.