Skip to content

Commit 9d47ba4

Browse files
committed
Test caching in R2
1 parent 0c70182 commit 9d47ba4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,14 @@ concurrency:
1616
env:
1717
CARGO_TERM_COLOR: always
1818
CARGO_NET_GIT_FETCH_WITH_CLI: "true"
19-
SCCACHE_GHA_ENABLED: "true"
19+
SCCACHE_BUCKET: mas-cache-test
20+
SCCACHE_ENDPOINT: https://4f82d842615ee6cdbfb633767c5e6aa3.r2.cloudflarestorage.com
21+
SCCACHE_REGION: auto
2022
RUSTC_WRAPPER: "sccache"
2123
SCCACHE_ERROR_LOG: /tmp/sccache_log.txt
2224
SCCACHE_LOG: debug
25+
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
26+
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
2327

2428
jobs:
2529
opa-lint:

0 commit comments

Comments
 (0)