Skip to content

Commit

Permalink
EXPERIMENTAL: reenable Mac machine test, with patch from Paul, for de…
Browse files Browse the repository at this point in the history
…bugging containers#22569

Signed-off-by: Ed Santiago <[email protected]>
  • Loading branch information
edsantiago committed May 23, 2024
1 parent c9f6e9a commit 6bf01be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@ osx_alt_build_task:
alias: osx_alt_build
# Docs: ./contrib/cirrus/CIModes.md
only_if: *no_rhel_release # RHEL never releases podman mac installer binary
skip: $CI == $CI
persistent_worker: &mac_pw
labels:
os: darwin
Expand Down Expand Up @@ -808,7 +807,6 @@ podman_machine_mac_task:
name: *std_name_fmt
alias: podman_machine_mac
only_if: *machine_cron_not_tag_build_docs
skip: $CI == $CI
depends_on: *build
persistent_worker: *mac_pw
env:
Expand Down
2 changes: 1 addition & 1 deletion pkg/machine/apple/apple.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func GenerateSystemDFilesForVirtiofsMounts(mounts []machine.VirtIoFs) ([]ignitio
mountPrep.Add("Service", "Type", "oneshot")
mountPrep.Add("Service", "ExecStartPre", "chattr -i /")
mountPrep.Add("Service", "ExecStart", "mkdir -p '%f'")
mountPrep.Add("Service", "ExecStopPost", "chattr +i /")
// mountPrep.Add("Service", "ExecStopPost", "chattr +i /")

mountPrep.Add("Install", "WantedBy", "remote-fs.target")
mountPrepFile, err := mountPrep.ToString()
Expand Down

0 comments on commit 6bf01be

Please sign in to comment.