Skip to content

Commit 4ef4dd3

Browse files
authored
Move the C++ test build to CI build job instead of test job (#5442)
1 parent a2a4ff4 commit 4ef4dd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ sccache --show-stats
4848
source $XLA_DIR/xla_env
4949
export GCLOUD_SERVICE_KEY_FILE="$XLA_DIR/default_credentials.json"
5050
export SILO_NAME='cache-silo-ci-gcc-11' # cache bucket for CI
51+
export BUILD_CPP_TESTS='1'
5152
build_torch_xla $XLA_DIR
5253

5354
popd

0 commit comments

Comments
 (0)