[all-commits] [llvm/llvm-project] 26a766: Make sure all matrix options are run in libc preme...

Amy Huang via All-commits all-commits at lists.llvm.org
Mon Jul 7 10:19:31 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 26a766ae6305991a58dcfc1a7cdcbf9d36fed2b3
      https://github.com/llvm/llvm-project/commit/26a766ae6305991a58dcfc1a7cdcbf9d36fed2b3
  Author: Amy Huang <akhuang at google.com>
  Date:   2025-07-07 (Mon, 07 Jul 2025)

  Changed paths:
    M .github/workflows/libc-fullbuild-tests.yml
    M .github/workflows/libc-overlay-tests.yml

  Log Message:
  -----------
  Make sure all matrix options are run in libc premerge testing (#146162)

https://github.com/llvm/llvm-project/pull/126315 changes the premerge
testing to build in Debug, Release, and MinSizeRel configs, as opposed
to only MinSizeRel, but for some reason the matrix is not returning all
options now. Fix so that it actually builds the intended configs.

Per discussion in
[146161](https://github.com/llvm/llvm-project/issues/146161), only test
all three configs on Linux x86_64. Other OS's and configurations will
build in Debug mode only.

Also fix a cmake variable and remove outdated comments.

Bug: https://github.com/llvm/llvm-project/issues/146161



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list