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

ci: improvements to prepare for Cygwin support #6696

Merged
merged 6 commits into from Dec 19, 2023
Merged

ci: improvements to prepare for Cygwin support #6696

merged 6 commits into from Dec 19, 2023

Conversation

ethomson
Copy link
Member

Splitting some of the more general CI improvements out of #6685 to keep it focused on Cygwin support

Always checkout out shell scripts with Unix-style line endings. mingw
doesn't mind, but cygwin struggles without CRLF.
Allow the build matrix to specify its shell, in case we provide one in
the setup (eg, Cygwin).
Setup scripts can change BUILD_WORKSPACE, for instance, if they use a
different format for paths, they can replace with `cygpath` variants.
Ensure that the main builds are all identical in nightly. Nightly should
only add new, specialized builds.
@ethomson ethomson merged commit cbae775 into main Dec 19, 2023
57 checks passed
@ethomson ethomson deleted the ethomson/ci branch December 19, 2023 14:57
@ethomson ethomson added the build label Feb 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant