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

Set OSX_MIN on CI to match release workflow #64364

Merged
merged 1 commit into from
Mar 19, 2023

Conversation

jbytheway
Copy link
Contributor

Summary

Infrastructure "Set OSX_MIN on CI to match release workflow"

Purpose of change

To avoid bugs appearing in release builds that were not detected on CI.

See for example #64314 which was such an issue.

Describe the solution

Update the CI build script to use the same OSX_MIN value as release builds.

Describe alternatives you've considered

This is my best guess as to the source of the discrepancy; they both build on version 10.15 build hosts.

Testing

Will need to be tested on CI.

Additional context

To avoid bugs appearing in release builds that were not detected on CI,
update the CI build script to use the same OSX_MIN value as release
builds.

See for example CleverRaven#64314 which was such an issue.
@github-actions github-actions bot added Code: Build Issues regarding different builds and build environments Code: Infrastructure / Style / Static Analysis Code internal infrastructure and style json-styled JSON lint passed, label assigned by github actions astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions labels Mar 18, 2023
@BrettDong
Copy link
Member

I also see this cannot find passenger error in macOS and MinGW+wine tests in a few other pull requests, but I failed to reproduce the error locally.

@kevingranade kevingranade merged commit 0bb3e86 into CleverRaven:master Mar 19, 2023
@jbytheway jbytheway deleted the osx-min-on-ci branch March 19, 2023 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions Code: Build Issues regarding different builds and build environments Code: Infrastructure / Style / Static Analysis Code internal infrastructure and style json-styled JSON lint passed, label assigned by github actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants