Skip to content

Commit

Permalink
Add a FreeBSD cross build to the cirrus alt build task
Browse files Browse the repository at this point in the history
This just verifies that a non-cgo podman binary can build for FreeBSD.

[NO NEW TESTS NEEDED]

Signed-off-by: Doug Rabson <[email protected]>
  • Loading branch information
dfr committed Dec 3, 2022
1 parent ca6ae5c commit eaab4b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions contrib/cirrus/runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,9 @@ function _run_altbuild() {
*RPM*)
make package
;;
FreeBSD*Cross)
make bin/podman.cross.freebsd.amd64
;;
Alt*Cross)
arches=(\
amd64
Expand Down

0 comments on commit eaab4b9

Please sign in to comment.