[all-commits] [llvm/llvm-project] d1255a: [CI] Increase Configurability of Monolithic Window...

Aiden Grossman via All-commits all-commits at lists.llvm.org
Fri Jan 24 11:06:44 PST 2025


  Branch: refs/heads/users/boomanaiden154/windows-premerge-monolithic-update
  Home:   https://github.com/llvm/llvm-project
  Commit: d1255af1abe829b4a174ded56596f5dfd0210ddc
      https://github.com/llvm/llvm-project/commit/d1255af1abe829b4a174ded56596f5dfd0210ddc
  Author: Aiden Grossman <aidengrossman at google.com>
  Date:   2025-01-24 (Fri, 24 Jan 2025)

  Changed paths:
    M .ci/generate-buildkite-pipeline-premerge
    M .ci/monolithic-windows.sh

  Log Message:
  -----------
  [CI] Increase Configurability of Monolithic Windows Build

This patch makes it so that the caller of monolithic-windows.sh can set the
maximum number of parallel compile/link jobs in an environment variable rather
than manually specifying it inside of the CMake. Additionally, the env
variable definitions for CC, CXX, and LD are sunk into the shell script due to
those config options being pretty inherent to what the pipeline is testing.

This is intended to make things more flexible/useable for the new premerge
CI pipeline, particularly as we are looking at using larger runners and want
the increased flexibility to experiment.



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