mirror of
https://github.com/containers/podman.git
synced 2025-06-24 03:08:13 +08:00
Merge pull request #19099 from cevich/minor_place_holders
[CI:BUILD] Minor: Don't confuse osx-debugging
This commit is contained in:
@ -423,12 +423,14 @@ osx_alt_build_task:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- build
|
- build
|
||||||
env:
|
env:
|
||||||
<<: *stdenvars
|
DISTRO_NV: macos-ventura
|
||||||
|
VM_IMAGE_NAME: ghcr.io/cirruslabs/${DISTRO_NV}-base:latest
|
||||||
|
CTR_FQIN: notused
|
||||||
# OSX platform variation prevents this being included in alt_build_task
|
# OSX platform variation prevents this being included in alt_build_task
|
||||||
TEST_FLAVOR: "altbuild"
|
TEST_FLAVOR: "altbuild"
|
||||||
ALT_NAME: 'OSX Cross'
|
ALT_NAME: 'OSX Cross'
|
||||||
osx_instance:
|
osx_instance:
|
||||||
image: ghcr.io/cirruslabs/macos-ventura-base:latest
|
image: $VM_IMAGE_NAME
|
||||||
setup_script:
|
setup_script:
|
||||||
- brew install go
|
- brew install go
|
||||||
- brew install go-md2man
|
- brew install go-md2man
|
||||||
|
Reference in New Issue
Block a user