Skip to content

Commit f7fcf22

Browse files
authored
Merge pull request #821 from nathanchance/update-stable-to-6.14
Update stable anchor to 6.14
2 parents 0f9052e + ec33511 commit f7fcf22

20 files changed

+93
-279
lines changed

.github/workflows/stable-clang-13.yml

Lines changed: 5 additions & 150 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v4
2424
- name: check-patches-apply.py
25-
run: python3 scripts/check-patches-apply.py --patches-dir patches/stable --repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --ref linux-6.13.y
25+
run: python3 scripts/check-patches-apply.py --patches-dir patches/stable --repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --ref linux-6.14.y
2626
check_cache:
2727
name: Check Cache
2828
runs-on: ubuntu-latest
2929
container: tuxmake/x86_64_korg-clang-13
3030
needs: check_patches
3131
env:
3232
GIT_REPO: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
33-
GIT_REF: linux-6.13.y
33+
GIT_REF: linux-6.14.y
3434
outputs:
3535
output: ${{ steps.step2.outputs.output }}
3636
status: ${{ steps.step2.outputs.status }}
@@ -67,7 +67,7 @@ jobs:
6767
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
6868
- name: tuxsuite
6969
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
70-
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.13.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-13.tux.yml || true
70+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.14.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-13.tux.yml || true
7171
- name: Update Cache Build Status
7272
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
7373
run: python caching/update.py
@@ -117,35 +117,6 @@ jobs:
117117
name: boot_utils_json_defconfigs
118118
- name: Check Build and Boot Logs
119119
run: scripts/check-logs.py
120-
_3dcc2dad9e1ef4e6a3f358ffef73f7fe:
121-
runs-on: ubuntu-latest
122-
needs:
123-
- kick_tuxsuite_defconfigs
124-
- check_cache
125-
- check_patches
126-
name: ARCH=arm LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 aspeed_g5_defconfig
127-
if: ${{ needs.check_cache.outputs.status != 'pass' }}
128-
env:
129-
ARCH: arm
130-
LLVM_VERSION: 13
131-
BOOT: 1
132-
CONFIG: aspeed_g5_defconfig
133-
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
134-
container:
135-
image: ghcr.io/clangbuiltlinux/qemu
136-
options: --ipc=host
137-
steps:
138-
- uses: actions/checkout@v4
139-
with:
140-
submodules: true
141-
- uses: actions/download-artifact@v4
142-
with:
143-
name: output_artifact_defconfigs
144-
- uses: actions/download-artifact@v4
145-
with:
146-
name: boot_utils_json_defconfigs
147-
- name: Check Build and Boot Logs
148-
run: scripts/check-logs.py
149120
_9532604fe2c353a710edd757453b4457:
150121
runs-on: ubuntu-latest
151122
needs:
@@ -893,7 +864,7 @@ jobs:
893864
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
894865
- name: tuxsuite
895866
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
896-
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.13.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-13.tux.yml || true
867+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.14.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-13.tux.yml || true
897868
- name: Update Cache Build Status
898869
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
899870
run: python caching/update.py
@@ -914,64 +885,6 @@ jobs:
914885
path: boot-utils.json
915886
name: boot_utils_json_distribution_configs
916887
if-no-files-found: error
917-
_2ab45d26e9b2423e7aa5b58f9feb9e01:
918-
runs-on: ubuntu-latest
919-
needs:
920-
- kick_tuxsuite_distribution_configs
921-
- check_cache
922-
- check_patches
923-
name: ARCH=arm LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 https://github.com/alpinelinux/aports/raw/refs/heads/master/community/linux-edge/config-edge.armv7
924-
if: ${{ needs.check_cache.outputs.status != 'pass' }}
925-
env:
926-
ARCH: arm
927-
LLVM_VERSION: 13
928-
BOOT: 1
929-
CONFIG: https://github.com/alpinelinux/aports/raw/refs/heads/master/community/linux-edge/config-edge.armv7
930-
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
931-
container:
932-
image: ghcr.io/clangbuiltlinux/qemu
933-
options: --ipc=host
934-
steps:
935-
- uses: actions/checkout@v4
936-
with:
937-
submodules: true
938-
- uses: actions/download-artifact@v4
939-
with:
940-
name: output_artifact_distribution_configs
941-
- uses: actions/download-artifact@v4
942-
with:
943-
name: boot_utils_json_distribution_configs
944-
- name: Check Build and Boot Logs
945-
run: scripts/check-logs.py
946-
_1435de1ebd93ba0b4f841682571dd69b:
947-
runs-on: ubuntu-latest
948-
needs:
949-
- kick_tuxsuite_distribution_configs
950-
- check_cache
951-
- check_patches
952-
name: ARCH=arm LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 https://github.com/openSUSE/kernel-source/raw/master/config/armv7hl/default
953-
if: ${{ needs.check_cache.outputs.status != 'pass' }}
954-
env:
955-
ARCH: arm
956-
LLVM_VERSION: 13
957-
BOOT: 1
958-
CONFIG: https://github.com/openSUSE/kernel-source/raw/master/config/armv7hl/default
959-
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
960-
container:
961-
image: ghcr.io/clangbuiltlinux/qemu
962-
options: --ipc=host
963-
steps:
964-
- uses: actions/checkout@v4
965-
with:
966-
submodules: true
967-
- uses: actions/download-artifact@v4
968-
with:
969-
name: output_artifact_distribution_configs
970-
- uses: actions/download-artifact@v4
971-
with:
972-
name: boot_utils_json_distribution_configs
973-
- name: Check Build and Boot Logs
974-
run: scripts/check-logs.py
975888
_4ea8d243e3e51ec6660087aeb805e67a:
976889
runs-on: ubuntu-latest
977890
needs:
@@ -1342,7 +1255,7 @@ jobs:
13421255
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
13431256
- name: tuxsuite
13441257
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
1345-
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.13.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-13.tux.yml || true
1258+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.14.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-13.tux.yml || true
13461259
- name: Update Cache Build Status
13471260
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
13481261
run: python caching/update.py
@@ -1363,35 +1276,6 @@ jobs:
13631276
path: boot-utils.json
13641277
name: boot_utils_json_allconfigs
13651278
if-no-files-found: error
1366-
_2309c816a58459d87da53f6d2074f5d8:
1367-
runs-on: ubuntu-latest
1368-
needs:
1369-
- kick_tuxsuite_allconfigs
1370-
- check_cache
1371-
- check_patches
1372-
name: ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1373-
if: ${{ needs.check_cache.outputs.status != 'pass' }}
1374-
env:
1375-
ARCH: arm
1376-
LLVM_VERSION: 13
1377-
BOOT: 0
1378-
CONFIG: allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1379-
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
1380-
container:
1381-
image: ghcr.io/clangbuiltlinux/qemu
1382-
options: --ipc=host
1383-
steps:
1384-
- uses: actions/checkout@v4
1385-
with:
1386-
submodules: true
1387-
- uses: actions/download-artifact@v4
1388-
with:
1389-
name: output_artifact_allconfigs
1390-
- uses: actions/download-artifact@v4
1391-
with:
1392-
name: boot_utils_json_allconfigs
1393-
- name: Check Build and Boot Logs
1394-
run: scripts/check-logs.py
13951279
_e3671bdb6f10d3349593b86cc9b324f6:
13961280
runs-on: ubuntu-latest
13971281
needs:
@@ -1421,35 +1305,6 @@ jobs:
14211305
name: boot_utils_json_allconfigs
14221306
- name: Check Build and Boot Logs
14231307
run: scripts/check-logs.py
1424-
_1d1b9fe50f6e08aeeaaaf80cf8333f67:
1425-
runs-on: ubuntu-latest
1426-
needs:
1427-
- kick_tuxsuite_allconfigs
1428-
- check_cache
1429-
- check_patches
1430-
name: ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 allyesconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1431-
if: ${{ needs.check_cache.outputs.status != 'pass' }}
1432-
env:
1433-
ARCH: arm
1434-
LLVM_VERSION: 13
1435-
BOOT: 0
1436-
CONFIG: allyesconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1437-
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
1438-
container:
1439-
image: ghcr.io/clangbuiltlinux/qemu
1440-
options: --ipc=host
1441-
steps:
1442-
- uses: actions/checkout@v4
1443-
with:
1444-
submodules: true
1445-
- uses: actions/download-artifact@v4
1446-
with:
1447-
name: output_artifact_allconfigs
1448-
- uses: actions/download-artifact@v4
1449-
with:
1450-
name: boot_utils_json_allconfigs
1451-
- name: Check Build and Boot Logs
1452-
run: scripts/check-logs.py
14531308
_bc93ab0a758b33cf3167fdbdeb2b0705:
14541309
runs-on: ubuntu-latest
14551310
needs:

.github/workflows/stable-clang-14.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v4
2424
- name: check-patches-apply.py
25-
run: python3 scripts/check-patches-apply.py --patches-dir patches/stable --repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --ref linux-6.13.y
25+
run: python3 scripts/check-patches-apply.py --patches-dir patches/stable --repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --ref linux-6.14.y
2626
check_cache:
2727
name: Check Cache
2828
runs-on: ubuntu-latest
2929
container: tuxmake/x86_64_korg-clang-14
3030
needs: check_patches
3131
env:
3232
GIT_REPO: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
33-
GIT_REF: linux-6.13.y
33+
GIT_REF: linux-6.14.y
3434
outputs:
3535
output: ${{ steps.step2.outputs.output }}
3636
status: ${{ steps.step2.outputs.status }}
@@ -67,7 +67,7 @@ jobs:
6767
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
6868
- name: tuxsuite
6969
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
70-
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.13.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-14.tux.yml || true
70+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.14.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-14.tux.yml || true
7171
- name: Update Cache Build Status
7272
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
7373
run: python caching/update.py
@@ -951,7 +951,7 @@ jobs:
951951
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
952952
- name: tuxsuite
953953
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
954-
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.13.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-14.tux.yml || true
954+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.14.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-14.tux.yml || true
955955
- name: Update Cache Build Status
956956
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
957957
run: python caching/update.py
@@ -1400,7 +1400,7 @@ jobs:
14001400
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
14011401
- name: tuxsuite
14021402
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
1403-
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.13.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-14.tux.yml || true
1403+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.14.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-14.tux.yml || true
14041404
- name: Update Cache Build Status
14051405
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
14061406
run: python caching/update.py

.github/workflows/stable-clang-15.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v4
2424
- name: check-patches-apply.py
25-
run: python3 scripts/check-patches-apply.py --patches-dir patches/stable --repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --ref linux-6.13.y
25+
run: python3 scripts/check-patches-apply.py --patches-dir patches/stable --repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --ref linux-6.14.y
2626
check_cache:
2727
name: Check Cache
2828
runs-on: ubuntu-latest
2929
container: tuxmake/x86_64_korg-clang-15
3030
needs: check_patches
3131
env:
3232
GIT_REPO: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
33-
GIT_REF: linux-6.13.y
33+
GIT_REF: linux-6.14.y
3434
outputs:
3535
output: ${{ steps.step2.outputs.output }}
3636
status: ${{ steps.step2.outputs.status }}
@@ -67,7 +67,7 @@ jobs:
6767
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
6868
- name: tuxsuite
6969
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
70-
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.13.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-15.tux.yml || true
70+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.14.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-15.tux.yml || true
7171
- name: Update Cache Build Status
7272
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
7373
run: python caching/update.py
@@ -1038,7 +1038,7 @@ jobs:
10381038
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
10391039
- name: tuxsuite
10401040
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
1041-
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.13.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-15.tux.yml || true
1041+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.14.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-15.tux.yml || true
10421042
- name: Update Cache Build Status
10431043
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
10441044
run: python caching/update.py
@@ -1545,7 +1545,7 @@ jobs:
15451545
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
15461546
- name: tuxsuite
15471547
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
1548-
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.13.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-15.tux.yml || true
1548+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.14.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-15.tux.yml || true
15491549
- name: Update Cache Build Status
15501550
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
15511551
run: python caching/update.py

.github/workflows/stable-clang-16.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v4
2424
- name: check-patches-apply.py
25-
run: python3 scripts/check-patches-apply.py --patches-dir patches/stable --repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --ref linux-6.13.y
25+
run: python3 scripts/check-patches-apply.py --patches-dir patches/stable --repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --ref linux-6.14.y
2626
check_cache:
2727
name: Check Cache
2828
runs-on: ubuntu-latest
2929
container: tuxmake/x86_64_korg-clang-16
3030
needs: check_patches
3131
env:
3232
GIT_REPO: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
33-
GIT_REF: linux-6.13.y
33+
GIT_REF: linux-6.14.y
3434
outputs:
3535
output: ${{ steps.step2.outputs.output }}
3636
status: ${{ steps.step2.outputs.status }}
@@ -67,7 +67,7 @@ jobs:
6767
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
6868
- name: tuxsuite
6969
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
70-
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.13.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-16.tux.yml || true
70+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.14.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-16.tux.yml || true
7171
- name: Update Cache Build Status
7272
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
7373
run: python caching/update.py
@@ -1212,7 +1212,7 @@ jobs:
12121212
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
12131213
- name: tuxsuite
12141214
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
1215-
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.13.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-16.tux.yml || true
1215+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.14.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-16.tux.yml || true
12161216
- name: Update Cache Build Status
12171217
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
12181218
run: python caching/update.py
@@ -1719,7 +1719,7 @@ jobs:
17191719
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
17201720
- name: tuxsuite
17211721
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
1722-
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.13.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-16.tux.yml || true
1722+
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.14.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-16.tux.yml || true
17231723
- name: Update Cache Build Status
17241724
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
17251725
run: python caching/update.py

0 commit comments

Comments
 (0)