mirror of
https://github.com/containers/podman.git
synced 2025-08-03 01:37:51 +08:00
Merge pull request #16401 from cevich/fix_windows_cross
[CI:BUILD] Cirrus: Never skip running Windows Cross task
This commit is contained in:
@ -236,14 +236,16 @@ function _run_build() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function _run_altbuild() {
|
function _run_altbuild() {
|
||||||
# We can skip all these steps for test-only PRs, but not doc-only ones
|
# Subsequent windows-based tasks require a build. Var. defined in .cirrus.yml
|
||||||
_bail_if_test_can_be_skipped docs
|
# 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 -a arches
|
||||||
local arch
|
local arch
|
||||||
req_env_vars ALT_NAME
|
req_env_vars ALT_NAME
|
||||||
# Defined in .cirrus.yml
|
|
||||||
# shellcheck disable=SC2154
|
|
||||||
msg "Performing alternate build: $ALT_NAME"
|
msg "Performing alternate build: $ALT_NAME"
|
||||||
msg "************************************************************"
|
msg "************************************************************"
|
||||||
set -x
|
set -x
|
||||||
|
Reference in New Issue
Block a user