Skip to content

Commit 0a7c934

Browse files
authored
Merge pull request #804 from nathanchance/update-stable-to-6.13
Update stable anchor to 6.13 and add 6.12
2 parents 1de5904 + 5557052 commit 0a7c934

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+22769
-65
lines changed

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

Lines changed: 1675 additions & 0 deletions
Large diffs are not rendered by default.

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

Lines changed: 1759 additions & 0 deletions
Large diffs are not rendered by default.

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

Lines changed: 1899 additions & 0 deletions
Large diffs are not rendered by default.

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

Lines changed: 2095 additions & 0 deletions
Large diffs are not rendered by default.

.github/workflows/6.12-clang-17.yml

Lines changed: 2179 additions & 0 deletions
Large diffs are not rendered by default.

.github/workflows/6.12-clang-18.yml

Lines changed: 2347 additions & 0 deletions
Large diffs are not rendered by default.

.github/workflows/6.12-clang-19.yml

Lines changed: 2347 additions & 0 deletions
Large diffs are not rendered by default.

.github/workflows/6.12-clang-20.yml

Lines changed: 2347 additions & 0 deletions
Large diffs are not rendered by default.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
container: tuxmake/x86_64_korg-clang-13
2323
env:
2424
GIT_REPO: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
25-
GIT_REF: linux-6.12.y
25+
GIT_REF: linux-6.13.y
2626
outputs:
2727
output: ${{ steps.step2.outputs.output }}
2828
status: ${{ steps.step2.outputs.status }}
@@ -57,7 +57,7 @@ jobs:
5757
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
5858
- name: tuxsuite
5959
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
60-
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.12.y --job-name defconfigs --json-out builds.json --patch-series patches/stable tuxsuite/stable-clang-13.tux.yml || true
60+
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 --patch-series patches/stable tuxsuite/stable-clang-13.tux.yml || true
6161
- name: Update Cache Build Status
6262
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
6363
run: python caching/update.py
@@ -854,7 +854,7 @@ jobs:
854854
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
855855
- name: tuxsuite
856856
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
857-
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.12.y --job-name distribution_configs --json-out builds.json --patch-series patches/stable tuxsuite/stable-clang-13.tux.yml || true
857+
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 --patch-series patches/stable tuxsuite/stable-clang-13.tux.yml || true
858858
- name: Update Cache Build Status
859859
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
860860
run: python caching/update.py
@@ -1287,7 +1287,7 @@ jobs:
12871287
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
12881288
- name: tuxsuite
12891289
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
1290-
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.12.y --job-name allconfigs --json-out builds.json --patch-series patches/stable tuxsuite/stable-clang-13.tux.yml || true
1290+
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 --patch-series patches/stable tuxsuite/stable-clang-13.tux.yml || true
12911291
- name: Update Cache Build Status
12921292
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
12931293
run: python caching/update.py

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
container: tuxmake/x86_64_korg-clang-14
2323
env:
2424
GIT_REPO: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
25-
GIT_REF: linux-6.12.y
25+
GIT_REF: linux-6.13.y
2626
outputs:
2727
output: ${{ steps.step2.outputs.output }}
2828
status: ${{ steps.step2.outputs.status }}
@@ -57,7 +57,7 @@ jobs:
5757
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
5858
- name: tuxsuite
5959
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
60-
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.12.y --job-name defconfigs --json-out builds.json --patch-series patches/stable tuxsuite/stable-clang-14.tux.yml || true
60+
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 --patch-series patches/stable tuxsuite/stable-clang-14.tux.yml || true
6161
- name: Update Cache Build Status
6262
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
6363
run: python caching/update.py
@@ -910,7 +910,7 @@ jobs:
910910
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
911911
- name: tuxsuite
912912
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
913-
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.12.y --job-name distribution_configs --json-out builds.json --patch-series patches/stable tuxsuite/stable-clang-14.tux.yml || true
913+
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 --patch-series patches/stable tuxsuite/stable-clang-14.tux.yml || true
914914
- name: Update Cache Build Status
915915
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
916916
run: python caching/update.py
@@ -1343,7 +1343,7 @@ jobs:
13431343
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
13441344
- name: tuxsuite
13451345
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
1346-
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.12.y --job-name allconfigs --json-out builds.json --patch-series patches/stable tuxsuite/stable-clang-14.tux.yml || true
1346+
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 --patch-series patches/stable tuxsuite/stable-clang-14.tux.yml || true
13471347
- name: Update Cache Build Status
13481348
if: ${{ needs.check_cache.outputs.output == 'failure' || github.event_name == 'workflow_dispatch' }}
13491349
run: python caching/update.py

0 commit comments

Comments
 (0)