Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/m/mise.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Mise < Formula
desc "Polyglot runtime manager (asdf rust clone)"
homepage "https://mise.jdx.dev/"
url "https://github.com/jdx/mise/archive/refs/tags/v2025.12.10.tar.gz"
sha256 "6a1c0867558f283b51081f17a2e6961df25af33f94ee0cf88498b44dc8aae5f1"
url "https://github.com/jdx/mise/archive/refs/tags/v2025.12.11.tar.gz"
sha256 "7298b243d7d9addf8f3ab265234294ee61fce4794c206bd3dc65a7233c26b520"
license "MIT"
head "https://github.com/jdx/mise.git", branch: "main"

Expand Down Expand Up @@ -33,7 +33,7 @@
depends_on "openssl@3"
end

def install

Check failure on line 36 in Formula/m/mise.rb

View workflow job for this annotation

GitHub Actions / Linux arm64

`brew install --verbose --formula --build-bottle mise` failed on Linux arm64!

Compiling rmcp v0.3.2 Compiling comfy-table v7.2.1 Compiling rmp-serde v1.3.0 Compiling taplo v0.14.0 Compiling color-print v0.3.7 error: couldn't read `/var/tmp/mise-20251218-7247-58d79g/mise-2025.12.11/crates/vfox/embedded-plugins/vfox-1password/metadata.lua`: No such file or directory (os error 2) --> /var/tmp/mise-20251218-7247-58d79g/mise-2025.12.11/target/release/build/vfox-760f669a44e147ef/out/embedded_plugins.rs:10:15 | 10 | metadata: include_str!("/var/tmp/mise-20251218-7247-58d79g/mise-2025.12.11/crates/vfox/embedded-plugins/vfox-1password/metadata.lua"), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: couldn't read `/var/tmp/mise-20251218-7247-58d79g/mise-2025.12.11/crates/vfox/embedded-plugins/vfox-aapt2/metadata.lua`: No such file or directory (os error 2) --> /var/tmp/mise-20251218-7247-58d79g/mise-2025.12.11/target/release/build/vfox-760f669a44e147ef/out/embedded_plugins.rs:18:15 | 18 | metadata: include_str!("/var/tmp/mise-20251218-7247-58d79g/mise-2025.12.11/crates/vfox/embedded-plugins/vfox-aapt2/metadata.lua"), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: couldn't read `/var/tmp/mise-20251218-7247-58d79g/mise-2025.12.11/crates/vfox/embedded-plugins/vfox-ag/metadata.lua`: No such file or directory (os error 2) --> /var/tmp/mise-20251218-7247-58d79g/mise-2025.12.11/target/release/build/vfox-760f669a44e147ef/out/embedded_plugins.rs:26:15 | 26 | metadata: include_str!("/var/tmp/mise-20251218-7247-58d79g/mise-2025.12.11/crates/vfox/embedded-plugins/vfox-ag/metadata.lua"), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: couldn't read `/var/tmp/mise-20251218-7247-58d79g/mise-2025.12.11/crates/vfox/embedded-plugins/vfox-android-sdk/metadata.lua`: No such file or directory (os error 2) --> /var/tmp/mise-20251218-7247-58d79g/mise-2025.12.11/target/release/build/vfox-760f669a44e147ef/out/embedded_plugins.rs:34:15 | 34 | metadata: include_str!("/var/tmp/mise-20251218-7247-58d79g/mise-2025.12.11/crates/vfox/embedded-plugins/vfox-android-sdk/metadata.lua"), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: couldn't read `/var/tmp/mise-20251218-7247-58d79g/mise-2025.12.11/crates/vfox/embedded-plugins/vfox-ant/metadata.lua`: No such file or directory (os error 2) --> /var/tmp/mise-20251218-7247-58d79g/mise-2025.12.11/target/release/build/vfox-760f669a44e147ef/out/embedded_plugins.rs:42:15 | 42 | metadata: include_str!("/var/tmp/mise-20251218-7247-58d79g/mise-2025.12.11/crates/vfox/embedded-plugins/vfox-ant/metadata.lua"), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: couldn't read `/var/tmp/mise-20251218-7247-58d79g/mise-2025.12.11/crates/vfox/embedded-plugins/vfox-asciidoctorj/metadata.lua`: No such file or directory (os error 2) --> /var/tmp/mise-20251218-7247-58d79g/mise-2025.12.11/target/release/build/vfox-760f669a44e147ef/out/embedded_plugins.rs:50:15 | 50 | ...ta: include_str!("/var/tmp/mise-20251218-7247-58d79g/mise-2025.12.11/crates/vfox/embedded-plugins/vfox-asciidoctorj/metadata.lua"), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: couldn't read `/var/tmp/mise-20251218-7247-58d79g/mise-2025.12.11/crates/vfox/embedded-plugins/vfox-azure-functions-core-tools/metadata.lua`: No such file or directory (os error 2) --> /var/tmp/mise-20251218-7247-58d79g/mise-2025.12.11/target/release/build/vfox-760f669a44e147ef/out/embedded_plugins.rs:58:15 | 58 | ...a: include_str!("/var/tmp/mise-20251218-7247-58d79g/mise-2025.12.11/crates/vfox/embedded-plugins/vfox-azu
# Ensure that the `openssl` crate picks up the intended library.
ENV["OPENSSL_DIR"] = Formula["openssl@3"].opt_prefix
ENV["OPENSSL_NO_VENDOR"] = "1"
Expand Down
Loading