Skip to content

Commit

Permalink
Merge pull request #647 from nathanchance/6.6
Browse files Browse the repository at this point in the history
Update stable anchor to 6.6
  • Loading branch information
nathanchance committed Oct 30, 2023
2 parents 323f845 + bdbe4e9 commit 1a1b015
Show file tree
Hide file tree
Showing 17 changed files with 57 additions and 57 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/stable-clang-11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: tuxsuite
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-11.tux.yml || true
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-11.tux.yml || true
- name: save builds.json
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -675,7 +675,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: tuxsuite
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-11.tux.yml || true
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-11.tux.yml || true
- name: save builds.json
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -1036,7 +1036,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: tuxsuite
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-11.tux.yml || true
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-11.tux.yml || true
- name: save builds.json
uses: actions/upload-artifact@v3
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/stable-clang-12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: tuxsuite
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-12.tux.yml || true
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-12.tux.yml || true
- name: save builds.json
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -699,7 +699,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: tuxsuite
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-12.tux.yml || true
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-12.tux.yml || true
- name: save builds.json
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -1060,7 +1060,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: tuxsuite
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-12.tux.yml || true
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-12.tux.yml || true
- name: save builds.json
uses: actions/upload-artifact@v3
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/stable-clang-13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: tuxsuite
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-13.tux.yml || true
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-13.tux.yml || true
- name: save builds.json
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -699,7 +699,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: tuxsuite
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-13.tux.yml || true
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-13.tux.yml || true
- name: save builds.json
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -1060,7 +1060,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: tuxsuite
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-13.tux.yml || true
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-13.tux.yml || true
- name: save builds.json
uses: actions/upload-artifact@v3
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/stable-clang-14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: tuxsuite
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-14.tux.yml || true
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-14.tux.yml || true
- name: save builds.json
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -699,7 +699,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: tuxsuite
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-14.tux.yml || true
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-14.tux.yml || true
- name: save builds.json
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -1060,7 +1060,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: tuxsuite
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-14.tux.yml || true
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-14.tux.yml || true
- name: save builds.json
uses: actions/upload-artifact@v3
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/stable-clang-15.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: tuxsuite
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-15.tux.yml || true
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-15.tux.yml || true
- name: save builds.json
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -771,7 +771,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: tuxsuite
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-15.tux.yml || true
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-15.tux.yml || true
- name: save builds.json
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -1180,7 +1180,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: tuxsuite
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-15.tux.yml || true
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-15.tux.yml || true
- name: save builds.json
uses: actions/upload-artifact@v3
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/stable-clang-16.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: tuxsuite
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-16.tux.yml || true
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-16.tux.yml || true
- name: save builds.json
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -891,7 +891,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: tuxsuite
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-16.tux.yml || true
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-16.tux.yml || true
- name: save builds.json
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -1300,7 +1300,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: tuxsuite
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-16.tux.yml || true
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-16.tux.yml || true
- name: save builds.json
uses: actions/upload-artifact@v3
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/stable-clang-17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: tuxsuite
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-17.tux.yml || true
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-17.tux.yml || true
- name: save builds.json
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -939,7 +939,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: tuxsuite
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-17.tux.yml || true
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-17.tux.yml || true
- name: save builds.json
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -1348,7 +1348,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: tuxsuite
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-17.tux.yml || true
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-17.tux.yml || true
- name: save builds.json
uses: actions/upload-artifact@v3
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/stable-clang-18.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: tuxsuite
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-18.tux.yml || true
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-18.tux.yml || true
- name: save builds.json
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -939,7 +939,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: tuxsuite
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-18.tux.yml || true
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name distribution_configs --json-out builds.json tuxsuite/stable-clang-18.tux.yml || true
- name: save builds.json
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -1348,7 +1348,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: tuxsuite
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-18.tux.yml || true
run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name allconfigs --json-out builds.json tuxsuite/stable-clang-18.tux.yml || true
- name: save builds.json
uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ schedules:
trees:
- &mainline {git_repo: *mainline-url, git_ref: master, name: mainline}
- &next {git_repo: *next-url, git_ref: master, name: next}
- &stable {git_repo: *stable-url, git_ref: linux-6.5.y, name: stable}
- &stable {git_repo: *stable-url, git_ref: linux-6.6.y, name: stable}
- &stable-6_1 {git_repo: *stable-url, git_ref: linux-6.1.y, name: "6.1"}
- &stable-5_15 {git_repo: *stable-url, git_ref: linux-5.15.y, name: "5.15"}
- &stable-5_10 {git_repo: *stable-url, git_ref: linux-5.10.y, name: "5.10"}
Expand Down
8 changes: 4 additions & 4 deletions tuxsuite/stable-clang-11.tux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# This file has been autogenerated by invoking:
# $ ./generate_tuxsuite.py stable
# Invoke tuxsuite via:
# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-11.tux.yml
# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-11.tux.yml
# Invoke locally via:
# $ git clone -b linux-6.5.y --depth=1 https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git linux
# $ git clone -b linux-6.6.y --depth=1 https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git linux
# $ scripts/build-local.py -C linux -f tuxsuite/stable-clang-11.tux.yml -j defconfigs
version: 1
name: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.5.y
description: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.5.y
name: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.6.y
description: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.6.y
jobs:
- name: defconfigs
builds:
Expand Down
8 changes: 4 additions & 4 deletions tuxsuite/stable-clang-12.tux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# This file has been autogenerated by invoking:
# $ ./generate_tuxsuite.py stable
# Invoke tuxsuite via:
# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-12.tux.yml
# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-12.tux.yml
# Invoke locally via:
# $ git clone -b linux-6.5.y --depth=1 https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git linux
# $ git clone -b linux-6.6.y --depth=1 https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git linux
# $ scripts/build-local.py -C linux -f tuxsuite/stable-clang-12.tux.yml -j defconfigs
version: 1
name: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.5.y
description: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.5.y
name: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.6.y
description: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.6.y
jobs:
- name: defconfigs
builds:
Expand Down
8 changes: 4 additions & 4 deletions tuxsuite/stable-clang-13.tux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# This file has been autogenerated by invoking:
# $ ./generate_tuxsuite.py stable
# Invoke tuxsuite via:
# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-13.tux.yml
# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-13.tux.yml
# Invoke locally via:
# $ git clone -b linux-6.5.y --depth=1 https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git linux
# $ git clone -b linux-6.6.y --depth=1 https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git linux
# $ scripts/build-local.py -C linux -f tuxsuite/stable-clang-13.tux.yml -j defconfigs
version: 1
name: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.5.y
description: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.5.y
name: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.6.y
description: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.6.y
jobs:
- name: defconfigs
builds:
Expand Down
8 changes: 4 additions & 4 deletions tuxsuite/stable-clang-14.tux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# This file has been autogenerated by invoking:
# $ ./generate_tuxsuite.py stable
# Invoke tuxsuite via:
# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.5.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-14.tux.yml
# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --git-ref linux-6.6.y --job-name defconfigs --json-out builds.json tuxsuite/stable-clang-14.tux.yml
# Invoke locally via:
# $ git clone -b linux-6.5.y --depth=1 https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git linux
# $ git clone -b linux-6.6.y --depth=1 https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git linux
# $ scripts/build-local.py -C linux -f tuxsuite/stable-clang-14.tux.yml -j defconfigs
version: 1
name: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.5.y
description: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.5.y
name: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.6.y
description: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git at linux-6.6.y
jobs:
- name: defconfigs
builds:
Expand Down

0 comments on commit 1a1b015

Please sign in to comment.