Skip to content

Commit df59e21

Browse files
authored
tools: remove unused actions from build-tarball.yml
PR-URL: #59787 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
1 parent 9169298 commit df59e21

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

.github/workflows/build-tarball.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ env:
3131
PYTHON_VERSION: '3.12'
3232
FLAKY_TESTS: keep_retrying
3333
CLANG_VERSION: '19'
34-
CC: sccache clang-19
35-
CXX: sccache clang++-19
36-
SCCACHE_GHA_ENABLED: 'true'
3734

3835
permissions:
3936
contents: read
@@ -46,18 +43,10 @@ jobs:
4643
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4744
with:
4845
persist-credentials: false
49-
- name: Install Clang ${{ env.CLANG_VERSION }}
50-
uses: ./.github/actions/install-clang
51-
with:
52-
clang-version: ${{ env.CLANG_VERSION }}
5346
- name: Set up Python ${{ env.PYTHON_VERSION }}
5447
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
5548
with:
5649
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
6150
- name: Environment Information
6251
run: npx envinfo
6352
- name: Make tarball
@@ -77,6 +66,10 @@ jobs:
7766
test-tarball-linux:
7867
needs: build-tarball
7968
runs-on: ubuntu-24.04
69+
env:
70+
CC: sccache clang-19
71+
CXX: sccache clang++-19
72+
SCCACHE_GHA_ENABLED: 'true'
8073
steps:
8174
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8275
with:

0 commit comments

Comments
 (0)