Skip to content

Commit

Permalink
Update comment on why we need to keep Linux support on oak_no_std_cra…
Browse files Browse the repository at this point in the history
…tes_index.

Change-Id: Ifacf35cde854ab714218bbe06b70be5ff6d963a3
  • Loading branch information
ernoc committed Jul 4, 2024
1 parent d59fcfe commit 07be522
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bazel/crates/oak_no_std_crates_index.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@ def oak_no_std_crates_index(cargo_lockfile, lockfile):
),
},
supported_platform_triples = [
"x86_64-unknown-linux-gnu", # Needed for bazel buid //...:all (builds for Linux).
# Linux for dependencies of build scripts (they run on host):
"x86_64-unknown-linux-gnu",
"x86_64-unknown-none",
"wasm32-unknown-unknown",
],
Expand Down

0 comments on commit 07be522

Please sign in to comment.