Skip to content

Commit

Permalink
Use config=v1 as this is r1.15 branch.
Browse files Browse the repository at this point in the history
Otherwise, by default we were building V2 code on a v1 version.
  • Loading branch information
mihaimaruseac committed Jan 24, 2020
1 parent fdb8589 commit a6d8973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bazelrc
Original file line number Diff line number Diff line change
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 a6d8973

Please sign in to comment.