Skip to content

Commit

Permalink
Missed a merge error :-(
Browse files Browse the repository at this point in the history
Change-Id: I0be311368821cf754e3bc532b8ee56bb5f3b34a9
  • Loading branch information
jblebrun committed Oct 14, 2024
1 parent 1c08d91 commit caba4e1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -315,11 +315,9 @@ clang-tidy:
bare_metal_crates_query := "kind(\"rust_.*\", //...) intersect attr(\"target_compatible_with\", \"x86_64-none-setting\", //...)"
wasm_crates_query := "kind(\"rust_.*\", //...) intersect attr(\"target_compatible_with\", \"wasm32-none-setting\", //...)"

bazel-ci:
# Test Oak as a dependency in the test workspace
# Some dependencies aren't properly exposed yet, so just testing a subset of targets
cd bazel/test_workspace && ./bootstrap && CARGO_BAZEL_REPIN=1 bazel build --config=unsafe-fast-presubmit @oak2//micro_rpc @oak2//oak_grpc_utils @oak2//oak_proto_rust
bazel-ci: test-workspace-ci std-crates-ci bare-metal-crates-ci

std-crates-ci:
# When no platform is specified, build for Bazel host platform (x86_64, Linux):
bazel build --config=unsafe-fast-presubmit -- //...:all
bazel test --config=unsafe-fast-presubmit --test_output=errors -- //...:all
Expand Down

0 comments on commit caba4e1

Please sign in to comment.