Skip to content

Commit

Permalink
generator.yml: Remove 4.4 builds
Browse files Browse the repository at this point in the history
4.4 is now EOL: https://lore.kernel.org/stable/1643877137240249@kroah.com/

Closes: #271
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
  • Loading branch information
nathanchance committed Feb 3, 2022
1 parent 425b9f7 commit ee9ac39
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions generator.yml
Expand Up @@ -40,7 +40,6 @@ trees:
- &stable-4_19 {git_repo: *stable-url, git_ref: linux-4.19.y, name: "4.19", << : *daily}
- &stable-4_14 {git_repo: *stable-url, git_ref: linux-4.14.y, name: "4.14", << : *daily}
- &stable-4_9 {git_repo: *stable-url, git_ref: linux-4.9.y, name: "4.9", << : *daily}
- &stable-4_4 {git_repo: *stable-url, git_ref: linux-4.4.y, name: "4.4", << : *daily}
- &android-mainline {git_repo: *android-url, git_ref: android-mainline, name: android-mainline, << : *daily}
- &android13-5_15 {git_repo: *android-url, git_ref: android13-5.15, name: android13-5.15, << : *daily}
- &android13-5_10 {git_repo: *android-url, git_ref: android13-5.10, name: android13-5.10, << : *daily}
Expand Down Expand Up @@ -427,12 +426,6 @@ builds:
- {<< : *arm64, << : *stable-4_9, << : *clang, boot: true, llvm_version: *llvm_tot}
- {<< : *arm64be, << : *stable-4_9, << : *clang, boot: true, llvm_version: *llvm_tot}
- {<< : *x86_64, << : *stable-4_9, << : *lld, boot: true, llvm_version: *llvm_tot}
###########
# 4.4.y #
###########
- {<< : *arm64, << : *stable-4_4, << : *clang, boot: true, llvm_version: *llvm_tot}
- {<< : *arm64be, << : *stable-4_4, << : *clang, boot: true, llvm_version: *llvm_tot}
- {<< : *x86_64, << : *stable-4_4, << : *lld, boot: true, llvm_version: *llvm_tot}
#############
# Android #
#############
Expand Down Expand Up @@ -735,12 +728,6 @@ builds:
- {<< : *arm64, << : *stable-4_9, << : *clang, boot: true, llvm_version: *llvm_latest}
- {<< : *arm64be, << : *stable-4_9, << : *clang, boot: true, llvm_version: *llvm_latest}
- {<< : *x86_64, << : *stable-4_9, << : *lld, boot: true, llvm_version: *llvm_latest}
###########
# 4.4.y #
###########
- {<< : *arm64, << : *stable-4_4, << : *clang, boot: true, llvm_version: *llvm_latest}
- {<< : *arm64be, << : *stable-4_4, << : *clang, boot: true, llvm_version: *llvm_latest}
- {<< : *x86_64, << : *stable-4_4, << : *lld, boot: true, llvm_version: *llvm_latest}
#############
# Android #
#############
Expand Down

0 comments on commit ee9ac39

Please sign in to comment.