From eaab4b99a43e4df54ed9b5d19fb1bed13dd4a7fd Mon Sep 17 00:00:00 2001 From: Doug Rabson Date: Sat, 3 Dec 2022 13:46:52 +0000 Subject: [PATCH] Add a FreeBSD cross build to the cirrus alt build task This just verifies that a non-cgo podman binary can build for FreeBSD. [NO NEW TESTS NEEDED] Signed-off-by: Doug Rabson --- .cirrus.yml | 2 ++ contrib/cirrus/runner.sh | 3 +++ 2 files changed, 5 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index 8ec2ebd9df..fe70da4201 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -369,6 +369,8 @@ alt_build_task: ALT_NAME: 'Test build podman-next Copr RPM' - env: ALT_NAME: 'Alt Arch. Cross' + - env: + ALT_NAME: 'FreeBSD Cross' # This task cannot make use of the shared repo.tbz artifact. clone_script: *full_clone setup_script: *setup diff --git a/contrib/cirrus/runner.sh b/contrib/cirrus/runner.sh index f7f7eccc48..c57f14b4c5 100755 --- a/contrib/cirrus/runner.sh +++ b/contrib/cirrus/runner.sh @@ -283,6 +283,9 @@ function _run_altbuild() { *RPM*) make package ;; + FreeBSD*Cross) + make bin/podman.cross.freebsd.amd64 + ;; Alt*Cross) arches=(\ amd64