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

Fix pubkey_os_cacerts:load() on DragonFly #8703

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

mneumann
Copy link
Contributor

@mneumann mneumann commented Aug 8, 2024

Fixes an exception thrown when running "mix setup" on Elixir 1.18.0-dev:

** (EXIT from #PID<0.93.0>) an exception was raised:
** (MatchError) no match of right hand side value:
       {:error, {:enotsup, {:unix, :dragonfly}}}

@CLAassistant
Copy link

CLAassistant commented Aug 8, 2024

CLA assistant check
All committers have signed the CLA.

Copy link
Contributor

github-actions bot commented Aug 8, 2024

CT Test Results

  2 files   17 suites   5m 50s ⏱️
284 tests 282 ✅ 2 💤 0 ❌
300 runs  298 ✅ 2 💤 0 ❌

Results for commit b3b677b.

♻️ This comment has been updated with latest results.

To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass.

See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally.

Artifacts

// Erlang/OTP Github Action Bot

@dgud dgud changed the base branch from master to maint August 9, 2024 06:21
@dgud dgud changed the base branch from maint to master August 9, 2024 06:21
@dgud dgud self-assigned this Aug 9, 2024
@dgud dgud added the team:PS Assigned to OTP team PS label Aug 9, 2024
@dgud
Copy link
Contributor

dgud commented Aug 9, 2024

Can you rebase on maint and force push, so we can include it in 27.1.

Fixes an exception thrown when running "mix setup" on Elixir
1.18.0-dev:

    ** (EXIT from #PID<0.93.0>) an exception was raised:
	** (MatchError) no match of right hand side value:
           {:error, {:enotsup, {:unix, :dragonfly}}}
@mneumann
Copy link
Contributor Author

mneumann commented Aug 9, 2024

@dgud force-pushed on top of maint

@mneumann mneumann changed the base branch from master to maint August 9, 2024 10:10
@dgud dgud added testing currently being tested, tag is used by OTP internal CI and removed testing currently being tested, tag is used by OTP internal CI labels Aug 13, 2024
@dgud dgud added the testing currently being tested, tag is used by OTP internal CI label Aug 14, 2024
@dgud dgud merged commit aafb71f into erlang:maint Aug 15, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team:PS Assigned to OTP team PS testing currently being tested, tag is used by OTP internal CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants