Skip to content

Commit

Permalink
generator: Enable KCSAN builds on stable
Browse files Browse the repository at this point in the history
The change for tip of tree LLVM has been backported to both of these
trees now so it is safe to re-enable these.

Closes: #424
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
  • Loading branch information
nathanchance committed Feb 6, 2023
1 parent efcb796 commit eb1367c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions generator.yml
Expand Up @@ -531,8 +531,7 @@ builds:
- {<< : *x86_64_cfi, << : *stable, << : *llvm_full, boot: true, << : *llvm_tot}
- {<< : *x86_64_cfi_lto, << : *stable, << : *llvm_full, boot: true, << : *llvm_tot}
- {<< : *x86_64_kasan, << : *stable, << : *llvm_full, boot: true, << : *llvm_tot}
# x86_64_kcsan: Build disabled (https://github.com/ClangBuiltLinux/linux/issues/1704)
# - {<< : *x86_64_kcsan, << : *stable, << : *llvm_full, boot: true, << : *llvm_tot}
- {<< : *x86_64_kcsan, << : *stable, << : *llvm_full, boot: true, << : *llvm_tot}
- {<< : *x86_64_ubsan, << : *stable, << : *llvm_full, boot: true, << : *llvm_tot}
- {<< : *x86_64_allmod, << : *stable, << : *llvm_full, boot: false, << : *llvm_tot}
- {<< : *x86_64_allmod_lto, << : *stable, << : *llvm_full, boot: false, << : *llvm_tot}
Expand Down Expand Up @@ -596,8 +595,7 @@ builds:
- {<< : *x86_64_lto_full, << : *stable-5_15, << : *llvm_full, boot: true, << : *llvm_tot}
- {<< : *x86_64_lto_thin, << : *stable-5_15, << : *llvm_full, boot: true, << : *llvm_tot}
- {<< : *x86_64_kasan, << : *stable-5_15, << : *llvm_full, boot: true, << : *llvm_tot}
# x86_64_kcsan: Build disabled (https://github.com/ClangBuiltLinux/linux/issues/1704)
# - {<< : *x86_64_kcsan, << : *stable-5_15, << : *llvm_full, boot: true, << : *llvm_tot}
- {<< : *x86_64_kcsan, << : *stable-5_15, << : *llvm_full, boot: true, << : *llvm_tot}
- {<< : *x86_64_ubsan, << : *stable-5_15, << : *llvm_full, boot: true, << : *llvm_tot}
- {<< : *x86_64_allmod, << : *stable-5_15, << : *llvm_full, boot: false, << : *llvm_tot}
- {<< : *x86_64_allmod_lto, << : *stable-5_15, << : *llvm_full, boot: false, << : *llvm_tot}
Expand Down

0 comments on commit eb1367c

Please sign in to comment.