Skip to content

Commit b8fa294

Browse files
authored
tools: add sccache to test-internet workflow
PR-URL: #59720 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 5600c0e commit b8fa294

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/test-internet.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ env:
3434
PYTHON_VERSION: '3.12'
3535
FLAKY_TESTS: keep_retrying
3636
CLANG_VERSION: '19'
37-
CC: clang-19
38-
CXX: clang++-19
37+
CC: sccache clang-19
38+
CXX: sccache clang++-19
39+
SCCACHE_GHA_ENABLED: 'true'
3940

4041
permissions:
4142
contents: read
@@ -56,6 +57,10 @@ jobs:
5657
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
5758
with:
5859
python-version: ${{ env.PYTHON_VERSION }}
60+
- name: Set up sccache
61+
uses: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
62+
with:
63+
version: v0.10.0
5964
- name: Environment Information
6065
run: npx envinfo
6166
- name: Build

0 commit comments

Comments
 (0)