Skip to content

Commit

Permalink
[bazel] Remove internal bazel repos from airgap list
Browse files Browse the repository at this point in the history
These are now handled by the `bazel sync` further above. They are
different under bzlmod, so we remove them here.

Signed-off-by: James Wainwright <[email protected]>
  • Loading branch information
jwnrt committed Oct 15, 2024
1 parent f7067db commit 276ad7c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions util/prep-bazel-airgapped-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,17 +140,12 @@ if [[ ${AIRGAPPED_DIR_CONTENTS} == "ALL" || \
${BAZELISK} fetch \
--repository_cache=${BAZEL_AIRGAPPED_DIR}/${BAZEL_CACHEDIR} \
//... \
@remote_java_tools//... \
@remote_java_tools_linux//... \
@bindgen_clang_linux//... \
@rules_rust_bindgen__bindgen-0.69.1//... \
@go_sdk//... \
@lowrisc_rv32imcb_files//... \
@local_config_cc_toolchains//... \
@local_config_platform//... \
@local_config_sh//... \
@python3_toolchains//... \
@remotejdk11_linux//... \
@riscv-compliance//... \
@rules_foreign_cc//toolchains/... \
@ninja_1.11.0_linux//... \
Expand Down

0 comments on commit 276ad7c

Please sign in to comment.