container: add macOS Sequoia bottle support#277428
container: add macOS Sequoia bottle support#277428BrewTestBot merged 2 commits intoHomebrew:mainfrom
Conversation
|
Caution Please do not modify the bottle block. Bottle block modifications can cause CI to misbehave. |
|
Caution Please do not modify the bottle block. Bottle block modifications can cause CI to misbehave. |
|
Thanks for contributing to Homebrew! 🎉 It looks like you're having trouble with a CI failure. See our contribution guide for help. You may be most interested in the section on dealing with CI failures. You can find the CI logs in the Checks tab of your pull request. |
|
The main documentation mentions that the complete features are only available on Tahoe or newer. Although it can be built on Sequoia, it isn't officially support. Due to the specifics of the package we are also unable to test this in a functional way that would provide confidence that the unsupported build does work correctly on Sequoia. |
|
I am not sure what tests would be required although I can confirm it does build and works on macOS 15.7.5 |
macOS Sequoia (15) bottle support is added for the `container` formula
|
The upstream mentioned that this build is only available on macOS 26, but in our CI environment, it appears to work without issues on macOS 15 as well. (Of course it could be fail on runtime.) May we proceed with merging? |
|
@synkathairo Did you test the Sequoia build locally? There is no good way to test this formula on CI. |
|
https://github.com/apple/container/blob/main/docs/tutorial.md the tutorial here does work (except for the functionality of accessing one container from another which is noted in the documentation) |
|
🤖 An automated task has requested bottles to be published to this PR. Caution Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch. |
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>?brew test <formula>?brew audit --strict <formula>(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it passbrew audit --new <formula>?https://github.com/apple/container/blob/main/BUILDING.md container may be built and run on macOS Sequoia (15)