Skip to content

Commit 0640701

Browse files
committed
ci: Regenerate GitHub Actions workflow and TuxSuite files
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
1 parent 034b3f3 commit 0640701

8 files changed

Lines changed: 12 additions & 12 deletions

.github/workflows/6.18-clang-23.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,13 +1049,13 @@ jobs:
10491049
- uses: astral-sh/setup-uv@v7
10501050
- name: Check Build and Boot Logs
10511051
run: scripts/check-logs.py
1052-
_f55f621d06182ca5a43e1565d0337966:
1052+
_d068250330a300115e739d1082eb2bd9:
10531053
runs-on: ubuntu-latest
10541054
needs:
10551055
- kick_tuxsuite_defconfigs
10561056
- check_cache
10571057
- check_patches
1058-
name: ARCH=sparc CC=clang LLVM_IAS=0 LLVM_VERSION=23 sparc64_defconfig
1058+
name: ARCH=sparc CC=clang LLVM_IAS=1 LLVM_VERSION=23 sparc64_defconfig
10591059
if: ${{ needs.check_cache.outputs.status != 'pass' }}
10601060
env:
10611061
ARCH: sparc

.github/workflows/mainline-clang-23.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,13 +1049,13 @@ jobs:
10491049
- uses: astral-sh/setup-uv@v7
10501050
- name: Check Build and Boot Logs
10511051
run: scripts/check-logs.py
1052-
_f55f621d06182ca5a43e1565d0337966:
1052+
_d068250330a300115e739d1082eb2bd9:
10531053
runs-on: ubuntu-latest
10541054
needs:
10551055
- kick_tuxsuite_defconfigs
10561056
- check_cache
10571057
- check_patches
1058-
name: ARCH=sparc CC=clang LLVM_IAS=0 LLVM_VERSION=23 sparc64_defconfig
1058+
name: ARCH=sparc CC=clang LLVM_IAS=1 LLVM_VERSION=23 sparc64_defconfig
10591059
if: ${{ needs.check_cache.outputs.status != 'pass' }}
10601060
env:
10611061
ARCH: sparc

.github/workflows/next-clang-23.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,13 +1049,13 @@ jobs:
10491049
- uses: astral-sh/setup-uv@v7
10501050
- name: Check Build and Boot Logs
10511051
run: scripts/check-logs.py
1052-
_f55f621d06182ca5a43e1565d0337966:
1052+
_d068250330a300115e739d1082eb2bd9:
10531053
runs-on: ubuntu-latest
10541054
needs:
10551055
- kick_tuxsuite_defconfigs
10561056
- check_cache
10571057
- check_patches
1058-
name: ARCH=sparc CC=clang LLVM_IAS=0 LLVM_VERSION=23 sparc64_defconfig
1058+
name: ARCH=sparc CC=clang LLVM_IAS=1 LLVM_VERSION=23 sparc64_defconfig
10591059
if: ${{ needs.check_cache.outputs.status != 'pass' }}
10601060
env:
10611061
ARCH: sparc

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,13 +1049,13 @@ jobs:
10491049
- uses: astral-sh/setup-uv@v7
10501050
- name: Check Build and Boot Logs
10511051
run: scripts/check-logs.py
1052-
_f55f621d06182ca5a43e1565d0337966:
1052+
_d068250330a300115e739d1082eb2bd9:
10531053
runs-on: ubuntu-latest
10541054
needs:
10551055
- kick_tuxsuite_defconfigs
10561056
- check_cache
10571057
- check_patches
1058-
name: ARCH=sparc CC=clang LLVM_IAS=0 LLVM_VERSION=23 sparc64_defconfig
1058+
name: ARCH=sparc CC=clang LLVM_IAS=1 LLVM_VERSION=23 sparc64_defconfig
10591059
if: ${{ needs.check_cache.outputs.status != 'pass' }}
10601060
env:
10611061
ARCH: sparc

tuxsuite/6.18-clang-23.tux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ jobs:
336336
- kernel
337337
kernel_image: image
338338
make_variables:
339-
LLVM_IAS: 0
339+
LLVM_IAS: 1
340340
- target_arch: um
341341
toolchain: clang-nightly
342342
kconfig: defconfig

tuxsuite/mainline-clang-23.tux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ jobs:
336336
- kernel
337337
kernel_image: image
338338
make_variables:
339-
LLVM_IAS: 0
339+
LLVM_IAS: 1
340340
- target_arch: um
341341
toolchain: clang-nightly
342342
kconfig: defconfig

tuxsuite/next-clang-23.tux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ jobs:
336336
- kernel
337337
kernel_image: image
338338
make_variables:
339-
LLVM_IAS: 0
339+
LLVM_IAS: 1
340340
- target_arch: um
341341
toolchain: clang-nightly
342342
kconfig: defconfig

tuxsuite/stable-clang-23.tux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ jobs:
336336
- kernel
337337
kernel_image: image
338338
make_variables:
339-
LLVM_IAS: 0
339+
LLVM_IAS: 1
340340
- target_arch: um
341341
toolchain: clang-nightly
342342
kconfig: defconfig

0 commit comments

Comments
 (0)