diff --git a/.github/workflows/next-clang-11.yml b/.github/workflows/next-clang-11.yml index 0b389c91..3ba644dc 100644 --- a/.github/workflows/next-clang-11.yml +++ b/.github/workflows/next-clang-11.yml @@ -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/next/linux-next.git --git-ref master --job-name defconfigs --json-out builds.json tuxsuite/next-clang-11.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name defconfigs --json-out builds.json --patch-series patches/next tuxsuite/next-clang-11.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: @@ -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/next/linux-next.git --git-ref master --job-name distribution_configs --json-out builds.json tuxsuite/next-clang-11.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name distribution_configs --json-out builds.json --patch-series patches/next tuxsuite/next-clang-11.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: @@ -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/next/linux-next.git --git-ref master --job-name allconfigs --json-out builds.json tuxsuite/next-clang-11.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name allconfigs --json-out builds.json --patch-series patches/next tuxsuite/next-clang-11.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: diff --git a/.github/workflows/next-clang-12.yml b/.github/workflows/next-clang-12.yml index 1fa946a8..98dda97b 100644 --- a/.github/workflows/next-clang-12.yml +++ b/.github/workflows/next-clang-12.yml @@ -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/next/linux-next.git --git-ref master --job-name defconfigs --json-out builds.json tuxsuite/next-clang-12.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name defconfigs --json-out builds.json --patch-series patches/next tuxsuite/next-clang-12.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: @@ -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/next/linux-next.git --git-ref master --job-name distribution_configs --json-out builds.json tuxsuite/next-clang-12.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name distribution_configs --json-out builds.json --patch-series patches/next tuxsuite/next-clang-12.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: @@ -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/next/linux-next.git --git-ref master --job-name allconfigs --json-out builds.json tuxsuite/next-clang-12.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name allconfigs --json-out builds.json --patch-series patches/next tuxsuite/next-clang-12.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: diff --git a/.github/workflows/next-clang-13.yml b/.github/workflows/next-clang-13.yml index dfa7caed..eb071411 100644 --- a/.github/workflows/next-clang-13.yml +++ b/.github/workflows/next-clang-13.yml @@ -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/next/linux-next.git --git-ref master --job-name defconfigs --json-out builds.json tuxsuite/next-clang-13.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name defconfigs --json-out builds.json --patch-series patches/next tuxsuite/next-clang-13.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: @@ -747,7 +747,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: tuxsuite - run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name distribution_configs --json-out builds.json tuxsuite/next-clang-13.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name distribution_configs --json-out builds.json --patch-series patches/next tuxsuite/next-clang-13.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: @@ -1108,7 +1108,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: tuxsuite - run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name allconfigs --json-out builds.json tuxsuite/next-clang-13.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name allconfigs --json-out builds.json --patch-series patches/next tuxsuite/next-clang-13.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: diff --git a/.github/workflows/next-clang-14.yml b/.github/workflows/next-clang-14.yml index 773a98aa..3966d9a5 100644 --- a/.github/workflows/next-clang-14.yml +++ b/.github/workflows/next-clang-14.yml @@ -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/next/linux-next.git --git-ref master --job-name defconfigs --json-out builds.json tuxsuite/next-clang-14.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name defconfigs --json-out builds.json --patch-series patches/next tuxsuite/next-clang-14.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: @@ -747,7 +747,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: tuxsuite - run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name distribution_configs --json-out builds.json tuxsuite/next-clang-14.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name distribution_configs --json-out builds.json --patch-series patches/next tuxsuite/next-clang-14.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: @@ -1108,7 +1108,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: tuxsuite - run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name allconfigs --json-out builds.json tuxsuite/next-clang-14.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name allconfigs --json-out builds.json --patch-series patches/next tuxsuite/next-clang-14.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: diff --git a/.github/workflows/next-clang-15.yml b/.github/workflows/next-clang-15.yml index 8138583e..04c2705e 100644 --- a/.github/workflows/next-clang-15.yml +++ b/.github/workflows/next-clang-15.yml @@ -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/next/linux-next.git --git-ref master --job-name defconfigs --json-out builds.json tuxsuite/next-clang-15.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name defconfigs --json-out builds.json --patch-series patches/next tuxsuite/next-clang-15.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: @@ -795,7 +795,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: tuxsuite - run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name distribution_configs --json-out builds.json tuxsuite/next-clang-15.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name distribution_configs --json-out builds.json --patch-series patches/next tuxsuite/next-clang-15.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: @@ -1204,7 +1204,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: tuxsuite - run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name allconfigs --json-out builds.json tuxsuite/next-clang-15.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name allconfigs --json-out builds.json --patch-series patches/next tuxsuite/next-clang-15.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: diff --git a/.github/workflows/next-clang-16.yml b/.github/workflows/next-clang-16.yml index 390530a2..4e91a3df 100644 --- a/.github/workflows/next-clang-16.yml +++ b/.github/workflows/next-clang-16.yml @@ -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/next/linux-next.git --git-ref master --job-name defconfigs --json-out builds.json tuxsuite/next-clang-16.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name defconfigs --json-out builds.json --patch-series patches/next tuxsuite/next-clang-16.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: @@ -915,7 +915,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: tuxsuite - run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name distribution_configs --json-out builds.json tuxsuite/next-clang-16.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name distribution_configs --json-out builds.json --patch-series patches/next tuxsuite/next-clang-16.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: @@ -1324,7 +1324,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: tuxsuite - run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name allconfigs --json-out builds.json tuxsuite/next-clang-16.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name allconfigs --json-out builds.json --patch-series patches/next tuxsuite/next-clang-16.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: diff --git a/.github/workflows/next-clang-17.yml b/.github/workflows/next-clang-17.yml index 86d30322..bff7924e 100644 --- a/.github/workflows/next-clang-17.yml +++ b/.github/workflows/next-clang-17.yml @@ -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/next/linux-next.git --git-ref master --job-name defconfigs --json-out builds.json tuxsuite/next-clang-17.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name defconfigs --json-out builds.json --patch-series patches/next tuxsuite/next-clang-17.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: @@ -963,7 +963,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: tuxsuite - run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name distribution_configs --json-out builds.json tuxsuite/next-clang-17.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name distribution_configs --json-out builds.json --patch-series patches/next tuxsuite/next-clang-17.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: @@ -1372,7 +1372,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: tuxsuite - run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name allconfigs --json-out builds.json tuxsuite/next-clang-17.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name allconfigs --json-out builds.json --patch-series patches/next tuxsuite/next-clang-17.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: diff --git a/.github/workflows/next-clang-18.yml b/.github/workflows/next-clang-18.yml index 281009dc..f0e86e4d 100644 --- a/.github/workflows/next-clang-18.yml +++ b/.github/workflows/next-clang-18.yml @@ -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/next/linux-next.git --git-ref master --job-name defconfigs --json-out builds.json tuxsuite/next-clang-18.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name defconfigs --json-out builds.json --patch-series patches/next tuxsuite/next-clang-18.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: @@ -963,7 +963,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: tuxsuite - run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name distribution_configs --json-out builds.json tuxsuite/next-clang-18.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name distribution_configs --json-out builds.json --patch-series patches/next tuxsuite/next-clang-18.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: @@ -1372,7 +1372,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: tuxsuite - run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name allconfigs --json-out builds.json tuxsuite/next-clang-18.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name allconfigs --json-out builds.json --patch-series patches/next tuxsuite/next-clang-18.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: diff --git a/.github/workflows/next-clang-android.yml b/.github/workflows/next-clang-android.yml index 692456a9..a0a1429c 100644 --- a/.github/workflows/next-clang-android.yml +++ b/.github/workflows/next-clang-android.yml @@ -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/next/linux-next.git --git-ref master --job-name defconfigs --json-out builds.json tuxsuite/next-clang-android.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name defconfigs --json-out builds.json --patch-series patches/next tuxsuite/next-clang-android.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: @@ -363,7 +363,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: tuxsuite - run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name allconfigs --json-out builds.json tuxsuite/next-clang-android.tux.yml || true + run: tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name allconfigs --json-out builds.json --patch-series patches/next tuxsuite/next-clang-android.tux.yml || true - name: save builds.json uses: actions/upload-artifact@v3 with: diff --git a/tuxsuite/next-clang-11.tux.yml b/tuxsuite/next-clang-11.tux.yml index 7b9d3aeb..e3417b01 100644 --- a/tuxsuite/next-clang-11.tux.yml +++ b/tuxsuite/next-clang-11.tux.yml @@ -2,9 +2,10 @@ # This file has been autogenerated by invoking: # $ ./generate_tuxsuite.py next # Invoke tuxsuite via: -# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name defconfigs --json-out builds.json tuxsuite/next-clang-11.tux.yml +# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name defconfigs --json-out builds.json --patch-series patches/next tuxsuite/next-clang-11.tux.yml # Invoke locally via: # $ git clone -b master --depth=1 https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git linux +# $ git -C linux quiltimport --patches ../patches/next # $ scripts/build-local.py -C linux -f tuxsuite/next-clang-11.tux.yml -j defconfigs version: 1 name: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git at master diff --git a/tuxsuite/next-clang-12.tux.yml b/tuxsuite/next-clang-12.tux.yml index 5e523b1a..9f33f786 100644 --- a/tuxsuite/next-clang-12.tux.yml +++ b/tuxsuite/next-clang-12.tux.yml @@ -2,9 +2,10 @@ # This file has been autogenerated by invoking: # $ ./generate_tuxsuite.py next # Invoke tuxsuite via: -# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name defconfigs --json-out builds.json tuxsuite/next-clang-12.tux.yml +# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name defconfigs --json-out builds.json --patch-series patches/next tuxsuite/next-clang-12.tux.yml # Invoke locally via: # $ git clone -b master --depth=1 https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git linux +# $ git -C linux quiltimport --patches ../patches/next # $ scripts/build-local.py -C linux -f tuxsuite/next-clang-12.tux.yml -j defconfigs version: 1 name: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git at master diff --git a/tuxsuite/next-clang-13.tux.yml b/tuxsuite/next-clang-13.tux.yml index c3862b92..1e0aa1ef 100644 --- a/tuxsuite/next-clang-13.tux.yml +++ b/tuxsuite/next-clang-13.tux.yml @@ -2,9 +2,10 @@ # This file has been autogenerated by invoking: # $ ./generate_tuxsuite.py next # Invoke tuxsuite via: -# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name defconfigs --json-out builds.json tuxsuite/next-clang-13.tux.yml +# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name defconfigs --json-out builds.json --patch-series patches/next tuxsuite/next-clang-13.tux.yml # Invoke locally via: # $ git clone -b master --depth=1 https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git linux +# $ git -C linux quiltimport --patches ../patches/next # $ scripts/build-local.py -C linux -f tuxsuite/next-clang-13.tux.yml -j defconfigs version: 1 name: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git at master diff --git a/tuxsuite/next-clang-14.tux.yml b/tuxsuite/next-clang-14.tux.yml index d86d9372..28cbc327 100644 --- a/tuxsuite/next-clang-14.tux.yml +++ b/tuxsuite/next-clang-14.tux.yml @@ -2,9 +2,10 @@ # This file has been autogenerated by invoking: # $ ./generate_tuxsuite.py next # Invoke tuxsuite via: -# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name defconfigs --json-out builds.json tuxsuite/next-clang-14.tux.yml +# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name defconfigs --json-out builds.json --patch-series patches/next tuxsuite/next-clang-14.tux.yml # Invoke locally via: # $ git clone -b master --depth=1 https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git linux +# $ git -C linux quiltimport --patches ../patches/next # $ scripts/build-local.py -C linux -f tuxsuite/next-clang-14.tux.yml -j defconfigs version: 1 name: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git at master diff --git a/tuxsuite/next-clang-15.tux.yml b/tuxsuite/next-clang-15.tux.yml index 944f4e0d..e3b92fc7 100644 --- a/tuxsuite/next-clang-15.tux.yml +++ b/tuxsuite/next-clang-15.tux.yml @@ -2,9 +2,10 @@ # This file has been autogenerated by invoking: # $ ./generate_tuxsuite.py next # Invoke tuxsuite via: -# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name defconfigs --json-out builds.json tuxsuite/next-clang-15.tux.yml +# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name defconfigs --json-out builds.json --patch-series patches/next tuxsuite/next-clang-15.tux.yml # Invoke locally via: # $ git clone -b master --depth=1 https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git linux +# $ git -C linux quiltimport --patches ../patches/next # $ scripts/build-local.py -C linux -f tuxsuite/next-clang-15.tux.yml -j defconfigs version: 1 name: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git at master diff --git a/tuxsuite/next-clang-16.tux.yml b/tuxsuite/next-clang-16.tux.yml index 790b9206..341d0863 100644 --- a/tuxsuite/next-clang-16.tux.yml +++ b/tuxsuite/next-clang-16.tux.yml @@ -2,9 +2,10 @@ # This file has been autogenerated by invoking: # $ ./generate_tuxsuite.py next # Invoke tuxsuite via: -# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name defconfigs --json-out builds.json tuxsuite/next-clang-16.tux.yml +# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name defconfigs --json-out builds.json --patch-series patches/next tuxsuite/next-clang-16.tux.yml # Invoke locally via: # $ git clone -b master --depth=1 https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git linux +# $ git -C linux quiltimport --patches ../patches/next # $ scripts/build-local.py -C linux -f tuxsuite/next-clang-16.tux.yml -j defconfigs version: 1 name: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git at master diff --git a/tuxsuite/next-clang-17.tux.yml b/tuxsuite/next-clang-17.tux.yml index 477f1fcf..0a572f23 100644 --- a/tuxsuite/next-clang-17.tux.yml +++ b/tuxsuite/next-clang-17.tux.yml @@ -2,9 +2,10 @@ # This file has been autogenerated by invoking: # $ ./generate_tuxsuite.py next # Invoke tuxsuite via: -# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name defconfigs --json-out builds.json tuxsuite/next-clang-17.tux.yml +# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name defconfigs --json-out builds.json --patch-series patches/next tuxsuite/next-clang-17.tux.yml # Invoke locally via: # $ git clone -b master --depth=1 https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git linux +# $ git -C linux quiltimport --patches ../patches/next # $ scripts/build-local.py -C linux -f tuxsuite/next-clang-17.tux.yml -j defconfigs version: 1 name: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git at master diff --git a/tuxsuite/next-clang-18.tux.yml b/tuxsuite/next-clang-18.tux.yml index c232edf4..93165797 100644 --- a/tuxsuite/next-clang-18.tux.yml +++ b/tuxsuite/next-clang-18.tux.yml @@ -2,9 +2,10 @@ # This file has been autogenerated by invoking: # $ ./generate_tuxsuite.py next # Invoke tuxsuite via: -# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name defconfigs --json-out builds.json tuxsuite/next-clang-18.tux.yml +# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name defconfigs --json-out builds.json --patch-series patches/next tuxsuite/next-clang-18.tux.yml # Invoke locally via: # $ git clone -b master --depth=1 https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git linux +# $ git -C linux quiltimport --patches ../patches/next # $ scripts/build-local.py -C linux -f tuxsuite/next-clang-18.tux.yml -j defconfigs version: 1 name: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git at master diff --git a/tuxsuite/next-clang-android.tux.yml b/tuxsuite/next-clang-android.tux.yml index 12baf84b..1292fd8d 100644 --- a/tuxsuite/next-clang-android.tux.yml +++ b/tuxsuite/next-clang-android.tux.yml @@ -2,9 +2,10 @@ # This file has been autogenerated by invoking: # $ ./generate_tuxsuite.py next # Invoke tuxsuite via: -# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name defconfigs --json-out builds.json tuxsuite/next-clang-android.tux.yml +# $ tuxsuite plan --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --git-ref master --job-name defconfigs --json-out builds.json --patch-series patches/next tuxsuite/next-clang-android.tux.yml # Invoke locally via: # $ git clone -b master --depth=1 https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git linux +# $ git -C linux quiltimport --patches ../patches/next # $ scripts/build-local.py -C linux -f tuxsuite/next-clang-android.tux.yml -j defconfigs version: 1 name: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git at master