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: upgrade to otp 26 #12085

Merged
merged 25 commits into from Dec 15, 2023
Merged

ci: upgrade to otp 26 #12085

merged 25 commits into from Dec 15, 2023

Conversation

zmstone
Copy link
Member

@zmstone zmstone commented Dec 1, 2023

Fixes EMQX-11510
Release version: v/e5.4.0

Summary

Build 5.4 on OTP 26.

PR Checklist

Please convert it to a draft if any of the following conditions are not met. Reviewers may skip over until all the items are checked:

  • Added tests for the changes
  • Added property-based tests for code which performs user input validation
  • Changed lines covered in coverage report
  • Change log has been added to changes/(ce|ee)/(feat|perf|fix|breaking)-<PR-id>.en.md files
  • For internal contributor: there is a jira ticket to track this change
  • Created PR to emqx-docs if documentation update is required, or link to a follow-up jira ticket
  • Schema changes are backward compatible

Checklist for CI (.github/workflows) changes

  • If changed package build workflow, pass this action (manual trigger)
  • Change log has been added to changes/ dir for user-facing artifacts update

@zmstone zmstone requested a review from a team as a code owner December 1, 2023 21:26
@zmstone zmstone marked this pull request as draft December 1, 2023 21:26
@zmstone zmstone changed the base branch from master to release-54 December 11, 2023 11:56
@zmstone zmstone force-pushed the 1201-otp-26-in-ci branch 5 times, most recently from f402211 to 893acd9 Compare December 12, 2023 16:38
ieQu1
ieQu1 previously approved these changes Dec 12, 2023
@zmstone zmstone force-pushed the 1201-otp-26-in-ci branch 9 times, most recently from a93ce04 to 685dd8a Compare December 14, 2023 11:14
@zmstone zmstone changed the base branch from release-54 to master December 14, 2023 11:52
@zmstone zmstone changed the base branch from master to release-54 December 14, 2023 11:53
@zmstone zmstone force-pushed the 1201-otp-26-in-ci branch 2 times, most recently from ed164d8 to b234d7f Compare December 14, 2023 14:21
@zmstone zmstone changed the base branch from release-54 to master December 14, 2023 14:22
@zmstone zmstone marked this pull request as ready for review December 14, 2023 23:14
@@ -66,7 +66,7 @@
{plt_location, "."},
{plt_prefix, "emqx_dialyzer"},
{plt_apps, all_apps},
{plt_extra_apps, [hocon]},
{plt_extra_apps, [hocon,mnesia,bcrypt,os_mon,pbkdf2,emqx_http_lib, recon]},
Copy link
Contributor

Choose a reason for hiding this comment

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

Strange that we now need to do that, some of them probably need to be added to the emqx.app.src?

Copy link
Member Author

Choose a reason for hiding this comment

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

mainly for two reasons

  1. apps (e.g. mnesia) need to be added to all apps which calls mnesia, this is a bit annoying
  2. apps (e.g. hocon, bcrpyt(when using nif), emqx_http_lib) they are static libs dummy root sup or no root sup at all.

Copy link
Contributor

Choose a reason for hiding this comment

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

Understood.

they are static libs dummy root sup or no root sup at all.

Even then, a lot of stuff treats entries in app.src as dependencies that need to be taken into account, not just dialyzer (i.e., relx).

Copy link
Member Author

Choose a reason for hiding this comment

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

Sorry. this is actually just for the standalone app.
Will fix it in the next PR.

Copy link
Member Author

Choose a reason for hiding this comment

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

and maybe bcrypt is not needed to be dynamic dep since we dropped windows.

Copy link
Member Author

Choose a reason for hiding this comment

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

@zmstone zmstone merged commit 7ad2acb into emqx:master Dec 15, 2023
162 checks passed
@zmstone zmstone deleted the 1201-otp-26-in-ci branch December 15, 2023 09:23
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.

None yet

4 participants