File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change 31
31
PYTHON_VERSION : ' 3.12'
32
32
FLAKY_TESTS : keep_retrying
33
33
CLANG_VERSION : ' 19'
34
- CC : sccache clang-19
35
- CXX : sccache clang++-19
36
- SCCACHE_GHA_ENABLED : ' true'
37
34
38
35
permissions :
39
36
contents : read
@@ -46,18 +43,10 @@ jobs:
46
43
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
47
44
with :
48
45
persist-credentials : false
49
- - name : Install Clang ${{ env.CLANG_VERSION }}
50
- uses : ./.github/actions/install-clang
51
- with :
52
- clang-version : ${{ env.CLANG_VERSION }}
53
46
- name : Set up Python ${{ env.PYTHON_VERSION }}
54
47
uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
55
48
with :
56
49
python-version : ${{ env.PYTHON_VERSION }}
57
- - name : Set up sccache
58
- uses : Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
59
- with :
60
- version : v0.10.0
61
50
- name : Environment Information
62
51
run : npx envinfo
63
52
- name : Make tarball
77
66
test-tarball-linux :
78
67
needs : build-tarball
79
68
runs-on : ubuntu-24.04
69
+ env :
70
+ CC : sccache clang-19
71
+ CXX : sccache clang++-19
72
+ SCCACHE_GHA_ENABLED : ' true'
80
73
steps :
81
74
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
82
75
with :
You can’t perform that action at this time.
0 commit comments