File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 33 platform : " linux"
44 arch : " amd64"
55 ami : " ami-04a92520784b93e73"
6+ disk : large
67 preinstall : |
78 #!/bin/bash
89 apt update && apt install -y curl build-essential
@@ -27,6 +28,7 @@ images:
2728 platform : " linux"
2829 arch : " amd64"
2930 ami : " ami-04a4acda26ca36de0"
31+ disk : large
3032 preinstall : |
3133 #!/bin/bash
3234 apt update && apt install -y curl build-essential
@@ -46,4 +48,4 @@ images:
4648 wget https://github.com/jbdalido/bazel-remote/releases/download/test/bazel-remote -O /usr/local/bin/bzlcache
4749 chmod +x /usr/local/bin/bzlcache
4850 echo "Run bazel cache"
49- systemd-run --property=Restart=always /usr/local/bin/bzlcache --max_size=1000 --grpc_address 127.0.0.1:15501 --dir=/tmp/cache --s3.region eu-west-3 --s3.bucket runs-on-s3bucketcache-jycgicewbssh --s3.auth_method iam_role --s3.prefix cache --s3.endpoint=s3.eu-west-3.amazonaws.com --storage_mode uncompressed
51+ systemd-run --property=Restart=always /usr/local/bin/bzlcache --max_size=1000 --grpc_address 127.0.0.1:15501 --dir=/tmp/cache --s3.region eu-west-3 --s3.bucket runs-on-s3bucketcache-jycgicewbssh --s3.auth_method iam_role --s3.prefix cache --s3.endpoint=s3.eu-west-3.amazonaws.com --storage_mode uncompressed
You can’t perform that action at this time.
0 commit comments