Skip to content

Commit a2bc8c2

Browse files
nitins17Google-ML-Automation
authored andcommitted
Remove temporary aliases from .bazelrc
These aliases were added to not break existing presubmit builds. Now that the presubmit builds have been updated, these aliases can be removed. Also, corrects some comments. PiperOrigin-RevId: 688096364
1 parent f4b84e1 commit a2bc8c2

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

.bazelrc

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ build:windows --host_linkopt=/OPT:ICF
7171
build:windows --incompatible_strict_action_env=true
7272

7373
# #############################################################################
74-
# Feature-specific configurations. These are used by the Local and CI configs
75-
# below depending on the type of build. E.g. `local_linux_x86_64` inherits the
76-
# Linux x86 configs such as `avx_linux` and `mkl_open_source_only`,
77-
# `local_cuda_base` inherits `cuda` and `build_cuda_with_nvcc`, etc.
74+
# Feature-specific configurations. These are used by the CI configs below
75+
# depending on the type of build. E.g. `ci_linux_x86_64` inherits the Linux x86
76+
# configs such as `avx_linux` and `mkl_open_source_only`, `ci_linux_x86_64_cuda`
77+
# inherits `cuda` and `build_cuda_with_nvcc`, etc.
7878
# #############################################################################
7979
build:nonccl --define=no_nccl_support=true
8080

@@ -379,11 +379,4 @@ build:debug --config debug_symbols -c fastbuild
379379
try-import %workspace%/.jax_configure.bazelrc
380380

381381
# Load rc file with user-specific options.
382-
try-import %workspace%/.bazelrc.user
383-
384-
# Temporary aliases to not break existing presubmit builds
385-
build:rbe_cpu_linux_py3.13 --config=rbe_linux_x86_64 --repo_env=HERMETIC_PYTHON_VERSION=3.13
386-
build:rbe_linux_cuda12.3_nvcc_py3.10 --config=rbe_linux_x86_64_cuda --repo_env=HERMETIC_PYTHON_VERSION=3.10
387-
build:rbe_cross_compile_linux_arm64 --config=rbe_cross_compile_linux_aarch64
388-
build:tensorflow_testing_rbe_linux --project_id=tensorflow-testing
389-
common:tensorflow_testing_rbe_linux --remote_instance_name=projects/tensorflow-testing/instances/default_instance
382+
try-import %workspace%/.bazelrc.user

0 commit comments

Comments
 (0)