Skip to content

mise 2026.4.3#275942

Merged
BrewTestBot merged 2 commits intomainfrom
bump-mise-2026.4.3
Apr 3, 2026
Merged

mise 2026.4.3#275942
BrewTestBot merged 2 commits intomainfrom
bump-mise-2026.4.3

Conversation

@BrewTestBot
Copy link
Copy Markdown
Contributor

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes
A small patch release that fixes a compile error preventing mise from building on 32-bit ARM (armv7) targets.

Fixed

  • seccomp network filter build on armv7 -- The seccomp sandbox code that restricts network access during mise exec failed to compile on armv7 targets. The libc::SYS_socket and libc::SYS_socketpair constants are i32 on 32-bit platforms but the rule map expects i64 keys, causing a type mismatch. An explicit as i64 cast fixes the build while remaining a no-op on 64-bit platforms. #8869 by @jdx

Full Changelog: jdx/mise@v2026.4.2...v2026.4.3

View the full release notes at https://github.com/jdx/mise/releases/tag/v2026.4.3.


@github-actions github-actions bot added rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Apr 3, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 3, 2026

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Apr 3, 2026
@BrewTestBot BrewTestBot enabled auto-merge April 3, 2026 15:31
@BrewTestBot BrewTestBot added this pull request to the merge queue Apr 3, 2026
Merged via the queue into main with commit 4023e29 Apr 3, 2026
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-mise-2026.4.3 branch April 3, 2026 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. rust Rust use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants