Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 76001f9

Browse filesBrowse files
aduh95marco-ippolito
authored andcommitted
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 6990484 commit 76001f9
Copy full SHA for 76001f9

File tree

Expand file treeCollapse file tree

1 file changed

+4
-7
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-7
lines changed
Open diff view settings
Collapse file

‎.github/workflows/build-tarball.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/build-tarball.yml
+4-7Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ concurrency:
3030
env:
3131
PYTHON_VERSION: '3.12'
3232
FLAKY_TESTS: keep_retrying
33-
CC: sccache clang
34-
CXX: sccache clang++
35-
SCCACHE_GHA_ENABLED: 'true'
3633

3734
permissions:
3835
contents: read
@@ -49,10 +46,6 @@ jobs:
4946
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
5047
with:
5148
python-version: ${{ env.PYTHON_VERSION }}
52-
- name: Set up sccache
53-
uses: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
54-
with:
55-
version: v0.10.0
5649
- name: Environment Information
5750
run: npx envinfo
5851
- name: Make tarball
@@ -72,6 +65,10 @@ jobs:
7265
test-tarball-linux:
7366
needs: build-tarball
7467
runs-on: ubuntu-24.04
68+
env:
69+
CC: sccache clang
70+
CXX: sccache clang++
71+
SCCACHE_GHA_ENABLED: 'true'
7572
steps:
7673
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7774
with:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.