Skip to content

Commit be3fca8

Browse files
committed
fix merge
1 parent 60b0a11 commit be3fca8

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

ci/envs/default.env

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,9 @@ export JAXCI_OUTPUT_DIR="$(pwd)/dist"
4545
export JAXCI_BUILD_ARTIFACT_WITH_RBE=${JAXCI_BUILD_ARTIFACT_WITH_RBE:-0}
4646

4747
# On platforms where RBE is not supported, we use Bazel remote cache to speed up
48-
<<<<<<< HEAD
49-
# builds. When this flag is enabled, the build will also try to push new cache entries
50-
# to the bucket. Since writes to the bucket require authentication, this flag is enabled
51-
# only for CI builds.
52-
=======
5348
# builds. When this flag is enabled, Bazel will also try to push new cache
5449
# entries to the bucket. Since writes to the bucket require authentication, this
5550
# flag is enabled only for CI builds.
56-
>>>>>>> 14246134e7f2ec1ae4eaba8a70315a0fc2e73cd4
5751
export JAXCI_WRITE_TO_BAZEL_REMOTE_CACHE=${JAXCI_WRITE_TO_BAZEL_REMOTE_CACHE:-0}
5852

5953
# #############################################################################
@@ -71,9 +65,6 @@ export JAXCI_MAX_TESTS_PER_GPU=${JAXCI_MAX_TESTS_PER_GPU:-12}
7165
export JAXCI_ENABLE_X64=${JAXCI_ENABLE_X64:-0}
7266

7367
# Pytest specific environment variables below. Used in run_pytest_*.sh scripts.
74-
# Installing the JAX package in editable mode at the current commit
75-
export JAXCI_INSTALL_JAX_CURRENT_COMMIT=${JAXCI_INSTALL_JAX_CURRENT_COMMIT:-}
76-
7768
# Sets the number of TPU cores for the TPU machine type. These values are
7869
# defined in the TPU GitHub Actions workflow.
7970
export JAXCI_TPU_CORES=${JAXCI_TPU_CORES:-}
@@ -86,4 +77,4 @@ export JAXCI_PYTHON=${JAXCI_PYTHON:-python${JAXCI_HERMETIC_PYTHON_VERSION}}
8677
# Installs the JAX package in editable mode at the current commit. Enabled by
8778
# default. Nightly/Release builds disable this flag in the Github action
8879
# workflow files.
89-
export JAXCI_INSTALL_JAX_CURRENT_COMMIT=${JAXCI_INSTALL_JAX_CURRENT_COMMIT:-"1"}
80+
export JAXCI_INSTALL_JAX_CURRENT_COMMIT=${JAXCI_INSTALL_JAX_CURRENT_COMMIT:-"1"}

0 commit comments

Comments
 (0)