Skip to content

Add OTP26 to CI pipeline #253

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

Merged
merged 7 commits into from
Jun 22, 2023
Merged

Add OTP26 to CI pipeline #253

merged 7 commits into from
Jun 22, 2023

Conversation

warmwaffles
Copy link
Member

Closes #252

@warmwaffles warmwaffles changed the title Attempt to fix OTP26 compilation for windows Add OTP26 to CI pipeline Jun 21, 2023
@warmwaffles
Copy link
Member Author

@cocoa-xu with OTP26 and elixir 1.15 coming out, do I just need to add them to the precompilation matrix here

elixir: ["1.14"]
otp: ["25", "23"]

Changing it to

        elixir: ["1.14", "1.15]
        otp: ["26", "25", "23"]

@cocoa-xu
Copy link
Contributor

@cocoa-xu with OTP26 and elixir 1.15 coming out, do I just need to add them to the precompilation matrix here

elixir: ["1.14"]
otp: ["25", "23"]

Changing it to

        elixir: ["1.14", "1.15]
        otp: ["26", "25", "23"]

Yea that should do it! (Although OTP 26 seemed to be not available on homebrew when I checked it last week.)

@warmwaffles
Copy link
Member Author

Okay. I'll open another PR for the precompilation support for OTP26 and keep an eye on homebrew for an update.

@warmwaffles warmwaffles marked this pull request as ready for review June 21, 2023 17:36
@warmwaffles warmwaffles merged commit 4c888b4 into main Jun 22, 2023
@warmwaffles warmwaffles deleted the fix/otp-26 branch June 22, 2023 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to compile w/ OTP26
2 participants