From 276ad7c5c2a282c1a343eca718edb4987e8cd247 Mon Sep 17 00:00:00 2001 From: James Wainwright Date: Tue, 15 Oct 2024 12:29:30 +0100 Subject: [PATCH] [bazel] Remove internal bazel repos from airgap list 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 --- util/prep-bazel-airgapped-build.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/util/prep-bazel-airgapped-build.sh b/util/prep-bazel-airgapped-build.sh index 7b1e4fcb97f41d..1816f14299ce37 100755 --- a/util/prep-bazel-airgapped-build.sh +++ b/util/prep-bazel-airgapped-build.sh @@ -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//... \