Skip to content

Commit

Permalink
Merge pull request #16723 from dfr/freebsd-cross
Browse files Browse the repository at this point in the history
Add a FreeBSD cross build to the cirrus alt build task
  • Loading branch information
openshift-merge-robot authored Dec 5, 2022
2 parents f223bba + eaab4b9 commit b825ea7
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 b825ea7

Please sign in to comment.