File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments