Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(build): retry hdiutil call #297

Merged
merged 3 commits into from
Nov 2, 2024
Merged

fix(build): retry hdiutil call #297

merged 3 commits into from
Nov 2, 2024

Commits on Nov 2, 2024

  1. fix(build): retry hdiutil call

    hdiutil is sometimes failing with a "Resource Busy" error. According to https://github.com/tlecomte/friture/blob/b12067fbd50fd0214b4aeb06ba1e798fe7f9c233/.github/workflows/install-macos.sh#L40 this is due to XProtectBehaviorService and the easiest solutions are either to kill this service or retry. Here we retry.
    tlecomte committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    b283c9f View commit details
    Browse the repository at this point in the history
  2. Fix sleep call

    tlecomte committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    f3f24d8 View commit details
    Browse the repository at this point in the history
  3. Fix retry

    tlecomte committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    4882776 View commit details
    Browse the repository at this point in the history