Skip to content

Commit 1fd1088

Browse files
committed
Update bazel version for TF2.2rc2
1 parent 7131d2e commit 1fd1088

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
tar xzf $HOME/apache-maven-3.6.3-bin.tar.gz -C /opt/
2626
ln -sf /opt/apache-maven-3.6.3/bin/mvn /usr/bin/mvn
2727
echo Downloading Bazel
28-
curl -L https://github.com/bazelbuild/bazel/releases/download/0.29.1/bazel-0.29.1-installer-linux-x86_64.sh -o bazel.sh --retry 10
28+
curl -L https://github.com/bazelbuild/bazel/releases/download/2.0.0/bazel-2.0.0-installer-linux-x86_64.sh -o bazel.sh --retry 10
2929
bash bazel.sh
3030
- name: Checkout repository
3131
uses: actions/checkout@v1
@@ -55,7 +55,7 @@ jobs:
5555
run: |
5656
python3 -m pip install six
5757
echo Downloading Bazel
58-
curl -L https://github.com/bazelbuild/bazel/releases/download/0.29.1/bazel-0.29.1-installer-darwin-x86_64.sh -o bazel.sh --retry 10
58+
curl -L https://github.com/bazelbuild/bazel/releases/download/2.0.0/bazel-2.0.0-installer-darwin-x86_64.sh -o bazel.sh --retry 10
5959
bash bazel.sh
6060
- name: Checkout repository
6161
uses: actions/checkout@v1
@@ -88,7 +88,7 @@ jobs:
8888
bash.exe -lc "find 'C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/' -iname '14.1*' -exec rm -Rf {} \;"
8989
echo Downloading Bazel
9090
mkdir C:\bazel
91-
curl.exe -L https://github.com/bazelbuild/bazel/releases/download/0.29.1/bazel-0.29.1-windows-x86_64.exe -o C:/bazel/bazel.exe --retry 10
91+
curl.exe -L https://github.com/bazelbuild/bazel/releases/download/2.0.0/bazel-2.0.0-windows-x86_64.exe -o C:/bazel/bazel.exe --retry 10
9292
echo Installing CUDA
9393
curl.exe -L http://developer.download.nvidia.com/compute/cuda/10.1/Prod/local_installers/cuda_10.1.243_426.00_windows.exe -o cuda.exe
9494
curl.exe -L https://developer.download.nvidia.com/compute/redist/cudnn/v7.6.4/cudnn-10.1-windows7-x64-v7.6.4.38.zip -o cudnn.zip

0 commit comments

Comments
 (0)