From 1d8b9e944f0b9532bd750d583a70810377d9b71e Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Mon, 11 Jan 2021 11:17:42 -0500 Subject: Cirrus: Add cross-compile test for alternative arches Followup to https://github.com/containers/podman/pull/8907 that simply ensures cross-compiling podman completes. Signed-off-by: Chris Evich --- contrib/cirrus/runner.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'contrib') diff --git a/contrib/cirrus/runner.sh b/contrib/cirrus/runner.sh index 7f9afd1fd..e09b2af9c 100755 --- a/contrib/cirrus/runner.sh +++ b/contrib/cirrus/runner.sh @@ -178,6 +178,9 @@ function _run_altbuild() { make -f ./.copr/Makefile rpmbuild --rebuild ./podman-*.src.rpm ;; + Alt*Cross) + make local-cross + ;; *Static*) req_env_vars CTR_FQIN [[ "$UID" -eq 0 ]] || \ -- cgit v1.2.3-54-g00ecf