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

calhash, deeper, maintenance, onyx: use array for allowed macOS releases #154556

Merged
merged 4 commits into from
Sep 9, 2023

Conversation

EricFromCanada
Copy link
Member

@EricFromCanada EricFromCanada commented Sep 6, 2023

An improved take on the issue addressed in #154503, relying on brew changes made in Homebrew/brew#15977. Applies the same changes to all apps from the same vendor, using syntax that wasn't originally available to define an exact list of allowed macOS releases. Each retains the Ventura block's :or_newer to avoid issues with CI once macOS Sonoma testing starts, or once brew audit is updated to fully support SimulateSystem.

@EricFromCanada EricFromCanada marked this pull request as ready for review September 8, 2023 03:56
@EricFromCanada EricFromCanada changed the title calhash: use array for allowed macOS releases calhash, deeper, maintenance, onyx: use array for allowed macOS releases Sep 8, 2023
end

url "https://www.titanium-software.fr/download/#{MacOS.version.to_s.delete(".")}/CalHash.dmg"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@EricFromCanada Is MacOS.version now available when using SimulateSystem?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MacOS.version always returns the actual OS version and ignores SimulateSystem completely right now.

Copy link
Member

@bevanjkay bevanjkay Sep 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was my understanding that we shouldn't be using MacOS.version anymore because it cannot be simulated where necessary now or in future. Which based on it still ignoring SimulateSystem we should probably keep the versions hard-coded in theon_{system} blocks for now.

p-linnane
p-linnane previously approved these changes Sep 8, 2023
@EricFromCanada EricFromCanada marked this pull request as draft September 9, 2023 00:53
@miccal miccal merged commit 76b13d9 into Homebrew:master Sep 9, 2023
18 checks passed
@EricFromCanada EricFromCanada deleted the calhash-move-depends_on branch September 9, 2023 12:43
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants