Skip to content

Commit

Permalink
Merge pull request #765 from nathanchance/update-clang-nightly-to-20
Browse files Browse the repository at this point in the history
Update clang-nightly for new tip of tree version (20)
  • Loading branch information
nathanchance authored Jul 24, 2024
2 parents a99860e + bc248c7 commit a1b000f
Show file tree
Hide file tree
Showing 55 changed files with 1,798 additions and 1,798 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# DO NOT MODIFY MANUALLY!
# This file has been autogenerated by invoking:
# $ ./generate_workflow.py 4.19
name: 4.19 (clang-19)
name: 4.19 (clang-20)
'on':
push:
branches:
- presubmit/*
paths:
- check_logs.py
- utils.py
- tuxsuite/4.19-clang-19.tux.yml
- .github/workflows/4.19-clang-19.yml
- tuxsuite/4.19-clang-20.tux.yml
- .github/workflows/4.19-clang-20.yml
schedule:
- cron: 0 18 * * 1,5
workflow_dispatch: null
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
- name: tuxsuite
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-4.19.y --job-name defconfigs --json-out builds.json tuxsuite/4.19-clang-19.tux.yml || true
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-4.19.y --job-name defconfigs --json-out builds.json tuxsuite/4.19-clang-20.tux.yml || true
- name: Update Cache Build Status
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
run: python caching/update.py
Expand All @@ -78,16 +78,16 @@ jobs:
path: boot-utils.json
name: boot_utils_json_defconfigs
if-no-files-found: error
_e06450149da7e502c9f2dda8c90a37be:
_c2bf94de9f2bde60bba64513f64dabc2:
runs-on: ubuntu-latest
needs:
- kick_tuxsuite_defconfigs
- check_cache
name: ARCH=arm LLVM=1 LLVM_IAS=0 LLVM_VERSION=19 multi_v7_defconfig
name: ARCH=arm LLVM=1 LLVM_IAS=0 LLVM_VERSION=20 multi_v7_defconfig
if: ${{ needs.check_cache.outputs.status != 'pass' }}
env:
ARCH: arm
LLVM_VERSION: 19
LLVM_VERSION: 20
BOOT: 1
CONFIG: multi_v7_defconfig
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
Expand All @@ -106,16 +106,16 @@ jobs:
name: boot_utils_json_defconfigs
- name: Check Build and Boot Logs
run: scripts/check-logs.py
_8573d5d4e6fb0d6f8533511810417c8e:
_0549b8fe4511647938074ceec7e8b823:
runs-on: ubuntu-latest
needs:
- kick_tuxsuite_defconfigs
- check_cache
name: ARCH=arm LLVM=1 LLVM_IAS=0 LLVM_VERSION=19 multi_v7_defconfig+CONFIG_THUMB2_KERNEL=y
name: ARCH=arm LLVM=1 LLVM_IAS=0 LLVM_VERSION=20 multi_v7_defconfig+CONFIG_THUMB2_KERNEL=y
if: ${{ needs.check_cache.outputs.status != 'pass' }}
env:
ARCH: arm
LLVM_VERSION: 19
LLVM_VERSION: 20
BOOT: 1
CONFIG: multi_v7_defconfig+CONFIG_THUMB2_KERNEL=y
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
Expand All @@ -134,16 +134,16 @@ jobs:
name: boot_utils_json_defconfigs
- name: Check Build and Boot Logs
run: scripts/check-logs.py
_d6419676809b059460e3a42538042333:
_9fe5f2d37c575565bd6afd03d74dcc1a:
runs-on: ubuntu-latest
needs:
- kick_tuxsuite_defconfigs
- check_cache
name: ARCH=arm64 LLVM=1 LLVM_IAS=0 LLVM_VERSION=19 defconfig
name: ARCH=arm64 LLVM=1 LLVM_IAS=0 LLVM_VERSION=20 defconfig
if: ${{ needs.check_cache.outputs.status != 'pass' }}
env:
ARCH: arm64
LLVM_VERSION: 19
LLVM_VERSION: 20
BOOT: 1
CONFIG: defconfig
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
Expand All @@ -162,16 +162,16 @@ jobs:
name: boot_utils_json_defconfigs
- name: Check Build and Boot Logs
run: scripts/check-logs.py
_15aa5967257e43fd331d28cf28fe601a:
_617b26fa3012a9723b66d97921c27471:
runs-on: ubuntu-latest
needs:
- kick_tuxsuite_defconfigs
- check_cache
name: ARCH=arm64 LLVM=1 LLVM_IAS=0 LLVM_VERSION=19 defconfig+CONFIG_CPU_BIG_ENDIAN=y
name: ARCH=arm64 LLVM=1 LLVM_IAS=0 LLVM_VERSION=20 defconfig+CONFIG_CPU_BIG_ENDIAN=y
if: ${{ needs.check_cache.outputs.status != 'pass' }}
env:
ARCH: arm64
LLVM_VERSION: 19
LLVM_VERSION: 20
BOOT: 1
CONFIG: defconfig+CONFIG_CPU_BIG_ENDIAN=y
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
Expand All @@ -190,16 +190,16 @@ jobs:
name: boot_utils_json_defconfigs
- name: Check Build and Boot Logs
run: scripts/check-logs.py
_7597f86b3b7b717113c0786f9d0172c3:
_48853a592541b76031f92d49454e312b:
runs-on: ubuntu-latest
needs:
- kick_tuxsuite_defconfigs
- check_cache
name: ARCH=powerpc CC=clang LLVM_IAS=0 LLVM_VERSION=19 powernv_defconfig
name: ARCH=powerpc CC=clang LLVM_IAS=0 LLVM_VERSION=20 powernv_defconfig
if: ${{ needs.check_cache.outputs.status != 'pass' }}
env:
ARCH: powerpc
LLVM_VERSION: 19
LLVM_VERSION: 20
BOOT: 1
CONFIG: powernv_defconfig
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
Expand All @@ -218,16 +218,16 @@ jobs:
name: boot_utils_json_defconfigs
- name: Check Build and Boot Logs
run: scripts/check-logs.py
_620a5ba4b144e6fe408ee3d64c192258:
_f3cd15c2d588931a30acee0b16e5551e:
runs-on: ubuntu-latest
needs:
- kick_tuxsuite_defconfigs
- check_cache
name: ARCH=x86_64 LLVM=1 LLVM_IAS=0 LLVM_VERSION=19 defconfig
name: ARCH=x86_64 LLVM=1 LLVM_IAS=0 LLVM_VERSION=20 defconfig
if: ${{ needs.check_cache.outputs.status != 'pass' }}
env:
ARCH: x86_64
LLVM_VERSION: 19
LLVM_VERSION: 20
BOOT: 1
CONFIG: defconfig
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
Expand Down
Loading

0 comments on commit a1b000f

Please sign in to comment.