Skip to content

Commit

Permalink
bump bazel version to 0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
lhelontra committed Dec 20, 2018
1 parent 2c34667 commit 162b2a5
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build_tensorflow/configs/beagle_black.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ TF_BUILD_VARS+=" TF_NEED_S3=0"
TF_BUILD_VARS+=" TF_NEED_IGNITE=0"
TF_BUILD_VARS+=" TF_NEED_ROCM=0"

BAZEL_VERSION="0.15.0"
BAZEL_VERSION="0.18.0"
# BAZEL_AVALIABLE_RAM=1536 # MB
# BAZEL_AVALIABLE_CPU=0.5 # number of cpu cores (1.0 epresenting single full core)
# BAZEL_AVALIABLE_IO=1.0 # workstation I/O capability (with 1.0 representing average workstation)
Expand Down
2 changes: 1 addition & 1 deletion build_tensorflow/configs/hikey960.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ TF_BUILD_VARS+=" TF_NEED_S3=0"
TF_BUILD_VARS+=" TF_NEED_IGNITE=0"
TF_BUILD_VARS+=" TF_NEED_ROCM=0"

BAZEL_VERSION="0.15.0"
BAZEL_VERSION="0.18.0"
# BAZEL_AVALIABLE_RAM=1536 # MB
# BAZEL_AVALIABLE_CPU=0.5 # number of cpu cores (1.0 epresenting single full core)
# BAZEL_AVALIABLE_IO=1.0 # workstation I/O capability (with 1.0 representing average workstation)
Expand Down
2 changes: 1 addition & 1 deletion build_tensorflow/configs/odroidc1.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ TF_BUILD_VARS+=" TF_NEED_S3=0"
TF_BUILD_VARS+=" TF_NEED_IGNITE=0"
TF_BUILD_VARS+=" TF_NEED_ROCM=0"

BAZEL_VERSION="0.15.0"
BAZEL_VERSION="0.18.0"
# BAZEL_AVALIABLE_RAM=1536 # MB
# BAZEL_AVALIABLE_CPU=0.5 # number of cpu cores (1.0 epresenting single full core)
# BAZEL_AVALIABLE_IO=1.0 # workstation I/O capability (with 1.0 representing average workstation)
Expand Down
2 changes: 1 addition & 1 deletion build_tensorflow/configs/odroidc2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ TF_BUILD_VARS+=" TF_NEED_S3=0"
TF_BUILD_VARS+=" TF_NEED_IGNITE=0"
TF_BUILD_VARS+=" TF_NEED_ROCM=0"

BAZEL_VERSION="0.15.0"
BAZEL_VERSION="0.18.0"
# BAZEL_AVALIABLE_RAM=1536 # MB
# BAZEL_AVALIABLE_CPU=0.5 # number of cpu cores (1.0 epresenting single full core)
# BAZEL_AVALIABLE_IO=1.0 # workstation I/O capability (with 1.0 representing average workstation)
Expand Down
2 changes: 1 addition & 1 deletion build_tensorflow/configs/odroidxu4.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ TF_BUILD_VARS+=" TF_NEED_S3=0"
TF_BUILD_VARS+=" TF_NEED_IGNITE=0"
TF_BUILD_VARS+=" TF_NEED_ROCM=0"

BAZEL_VERSION="0.15.0"
BAZEL_VERSION="0.18.0"
# BAZEL_AVALIABLE_RAM=1536 # MB
# BAZEL_AVALIABLE_CPU=0.5 # number of cpu cores (1.0 epresenting single full core)
# BAZEL_AVALIABLE_IO=1.0 # workstation I/O capability (with 1.0 representing average workstation)
Expand Down
2 changes: 1 addition & 1 deletion build_tensorflow/configs/rpi.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ TF_BUILD_VARS+=" TF_NEED_S3=0"
TF_BUILD_VARS+=" TF_NEED_IGNITE=0"
TF_BUILD_VARS+=" TF_NEED_ROCM=0"

BAZEL_VERSION="0.15.0"
BAZEL_VERSION="0.18.0"
# BAZEL_AVALIABLE_RAM=1536 # MB
# BAZEL_AVALIABLE_CPU=0.5 # number of cpu cores (1.0 epresenting single full core)
# BAZEL_AVALIABLE_IO=1.0 # workstation I/O capability (with 1.0 representing average workstation)
Expand Down
2 changes: 1 addition & 1 deletion build_tensorflow/configs/rpi_one.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ TF_BUILD_VARS+=" TF_NEED_S3=0"
TF_BUILD_VARS+=" TF_NEED_IGNITE=0"
TF_BUILD_VARS+=" TF_NEED_ROCM=0"

BAZEL_VERSION="0.15.0"
BAZEL_VERSION="0.18.0"
# BAZEL_AVALIABLE_RAM=1536 # MB
# BAZEL_AVALIABLE_CPU=0.5 # number of cpu cores (1.0 epresenting single full core)
# BAZEL_AVALIABLE_IO=1.0 # workstation I/O capability (with 1.0 representing average workstation)
Expand Down
2 changes: 1 addition & 1 deletion build_tensorflow/configs/rpi_one_openblas.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ TF_BUILD_VARS+=" TF_NEED_S3=0"
TF_BUILD_VARS+=" TF_NEED_IGNITE=0"
TF_BUILD_VARS+=" TF_NEED_ROCM=0"

BAZEL_VERSION="0.15.0"
BAZEL_VERSION="0.18.0"
# BAZEL_AVALIABLE_RAM=1536 # MB
# BAZEL_AVALIABLE_CPU=0.5 # number of cpu cores (1.0 epresenting single full core)
# BAZEL_AVALIABLE_IO=1.0 # workstation I/O capability (with 1.0 representing average workstation)
Expand Down

0 comments on commit 162b2a5

Please sign in to comment.