This commit is contained in:
parent
638f1fcc3d
commit
c6c38f9022
|
@ -8,8 +8,8 @@ environment:
|
||||||
CC: /usr/bin/false
|
CC: /usr/bin/false
|
||||||
tasks:
|
tasks:
|
||||||
- setup: |
|
- setup: |
|
||||||
sudo apt-get purge gcc
|
sudo apt-get purge gcc -y
|
||||||
sudo apt-get autoremove
|
sudo apt-get autoremove -y
|
||||||
curl -L https://github.com/bazelbuild/bazelisk/releases/download/v1.9.0/bazelisk-linux-amd64 \
|
curl -L https://github.com/bazelbuild/bazelisk/releases/download/v1.9.0/bazelisk-linux-amd64 \
|
||||||
-o bazel
|
-o bazel
|
||||||
chmod +x bazel
|
chmod +x bazel
|
||||||
|
|
Loading…
Reference in New Issue