Skip to content

Commit

Permalink
Merge pull request #36190 from tensorflow/mm-r1.15-fix-v2-build
Browse files Browse the repository at this point in the history
Use `config=v1` as this is `r1.15` branch.
  • Loading branch information
mihaimaruseac committed Jan 24, 2020
2 parents fdb8589 + a6d8973 commit e75a6d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bazelrc
Expand Up @@ -219,8 +219,8 @@ build:v1 --define=tf_api_version=1
build:v2 --define=tf_api_version=2
build:v1 --action_env=TF2_BEHAVIOR=0
build:v2 --action_env=TF2_BEHAVIOR=1
build --config=v2
test --config=v2
build --config=v1
test --config=v1

# Enable XLA
build:xla --action_env=TF_ENABLE_XLA=1
Expand Down

0 comments on commit e75a6d6

Please sign in to comment.