remove gcc
This commit is contained in:
parent
75f73b0c82
commit
638f1fcc3d
@ -8,7 +8,8 @@ environment:
|
|||||||
CC: /usr/bin/false
|
CC: /usr/bin/false
|
||||||
tasks:
|
tasks:
|
||||||
- setup: |
|
- setup: |
|
||||||
dpkg -l | cat
|
sudo apt-get purge gcc
|
||||||
|
sudo apt-get autoremove
|
||||||
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
Block a user