Merge pull request from cevich/fix_windows_cross

[CI:BUILD] Cirrus: Never skip running Windows Cross task
This commit is contained in:
OpenShift Merge Robot
2022-11-03 17:13:55 -04:00
committed by GitHub

@ -236,14 +236,16 @@ function _run_build() {
}
function _run_altbuild() {
# We can skip all these steps for test-only PRs, but not doc-only ones
_bail_if_test_can_be_skipped docs
# Subsequent windows-based tasks require a build. Var. defined in .cirrus.yml
# shellcheck disable=SC2154
if [[ ! "$ALT_NAME" =~ Windows ]]; then
# We can skip all these steps for test-only PRs, but not doc-only ones
_bail_if_test_can_be_skipped docs
fi
local -a arches
local arch
req_env_vars ALT_NAME
# Defined in .cirrus.yml
# shellcheck disable=SC2154
msg "Performing alternate build: $ALT_NAME"
msg "************************************************************"
set -x