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/h/hf-mount.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class HfMount < Formula
desc "Mount Hugging Face Buckets and repos as local filesystems"
homepage "https://github.com/huggingface/hf-mount"
url "https://github.com/huggingface/hf-mount/archive/refs/tags/v0.6.2.tar.gz"
sha256 "27ccc03e2dc3c972d38632b0ce16c8907102e5237f4c5f26feb2aae849cfc34a"
url "https://github.com/huggingface/hf-mount/archive/refs/tags/v0.6.4.tar.gz"
sha256 "5f642a9230b498942422bcd74bc138d8154584f93ad5a2384c52a10d77d94e96"
license "Apache-2.0"
head "https://github.com/huggingface/hf-mount.git", branch: "main"

Expand All @@ -23,7 +23,7 @@
depends_on "openssl@4"
end

def install

Check failure on line 26 in Formula/h/hf-mount.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

`brew install --verbose --formula --build-bottle hf-mount` failed on macOS Sonoma (14) on Apple Silicon!

| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `get_file_chunk_hashes` in implementation | = help: implement the missing item: `fn get_file_chunk_hashes<'life0: 'async_trait, 'life1: 'async_trait, 'async_trait>(&'life0 self, _: &'life1 DataHash, _: Vec<xet_client::cas_types::Range<u64, _F>>) -> Pin<Box<(dyn futures::Future<Output = std::result::Result<FileChunkHashesResponse, xet_client::ClientError>> + std::marker::Send + 'async_trait)>> { todo!() }` For more information about this error, try `rustc --explain E0046`. error: could not compile `hf-mount` (lib) due to 1 previous error warning: build failed, waiting for other jobs to finish... error: failed to compile `hf-mount v0.6.4 (/private/tmp/hf-mount-20260521-7949-n9itph/hf-mount-0.6.4)`, intermediate artifacts can be found at `/private/tmp/hf-mount-20260521-7949-n9itph/hf-mount-0.6.4/target`. To reuse those artifacts with a future compilation, set the environment variable `CARGO_BUILD_BUILD_DIR` to that path. ==> Formula Path: /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/h/hf-mount.rb ==> Configuration HOMEBREW_VERSION: 5.1.13 ORIGIN: https://github.com/Homebrew/brew HEAD: d8deaca5574faf79a27f110caedc9e153709e628 Last commit: 5 hours ago Branch: main Core tap HEAD: df1604bc8e64c615bc4515d39fd59ebe7be7ac75 Core tap last commit: 9 minutes ago Core tap JSON: 21 May 20:58 UTC Core cask tap JSON: 21 May 20:58 UTC HOMEBREW_PREFIX: /opt/homebrew HOMEBREW_CACHE: /Users/brew/Library/Caches/Homebrew HOMEBREW_CASK_OPTS: [] HOMEBREW_COLOR: set HOMEBREW_CURL_PATH: /usr/bin/curl HOMEBREW_DOWNLOAD_CONCURRENCY: 8 HOMEBREW_FAIL_LOG_LINES: 150 HOMEBREW_FORBID_PACKAGES_FROM_PATHS: set HOMEBREW_GITHUB_API_TOKEN: set HOMEBREW_GIT_EMAIL: 1589480+BrewTestBot@users.noreply.github.com HOMEBREW_GIT_NAME: BrewTestBot HOMEBREW_GIT_PATH: /usr/bin/git HOMEBREW_LOGS: /Users/brew/actions-runner/_work/homebrew-core/homebrew-core/bottles/logs HOMEBREW_MAKE_JOBS: 4 HOMEBREW_NO_AUTO_UPDATE: set HOMEBREW_NO_EMOJI: set HOMEBREW_NO_ENV_HINTS: set HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: set HOMEBREW_NO_INSTALL_FROM_API: set HOMEBREW_SANDBOX_LINUX: set HOMEBREW_SBOM: set HOMEBREW_SORBET_RUNTIME: set HOMEBREW_VERIFY_ATTESTATIONS: set Homebrew Ruby: 4.0.5 => /opt/homebrew/Library/Homebrew/vendor/portable-ruby/4.0.5/bin/ruby CPU: quad-core 64-bit dunno Clang: 16.0.0 build 1600 Git: 2.39.5 => /usr/bin/git Curl: 8.7.1 => /usr/bin/curl macOS: 14.8.5-arm64 CLT: 16.2.0.0.1.1733547573 Xcode: 16.2 Rosetta 2: false ==> ENV HOMEBREW_CC: clang HOMEBREW_CXX: clang++ MAKEFLAGS: -j4 CMAKE_PREFIX_PATH: /opt/homebrew CMAKE_INCLUDE_PATH: /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers CMAKE_LIBRARY_PATH: /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries PKG_CONFIG_PATH: /opt/homebrew/opt/pkgconf/lib/pkgconfig PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/opt/homebrew/Library/Homebrew/os/mac/pkgconfig/14 HOMEBREW_MAKE_JOBS: 4 HOMEBREW_GIT: /usr/bin/git HOMEBREW_SDKROOT: /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk ACLOCAL_PATH: /opt/homebrew/share/aclocal PATH: /opt/homebrew/Library/Homebrew/shims/mac/super:/opt/homebrew/opt/pkgconf/bin:/opt/homebrew/opt/rust/bin:/usr/bin:/bin:/usr/sbin:/sbin Logs: /Users/brew/actions-runner/_work/homebrew-core/homebrew-core/bottles/logs/hf-mount/00.options.out /Users/brew/actions-runner/_work/homebrew-core/homebrew-core/bottles/logs/hf-mount/01.cargo.cc.log /Users/brew/actions-runner/_work/homebrew-core/homebrew-core/bottles/logs/hf-mount/01.cargo.log READ THIS: https://docs.brew.sh/Troubleshooting ::error::hf-mount 0.6.4 did not build

Check failure on line 26 in Formula/h/hf-mount.rb

View workflow job for this annotation

GitHub Actions / macOS 26-arm64

`brew install --verbose --formula --build-bottle hf-mount` failed on macOS Tahoe (26) on Apple Silicon!

| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `get_file_chunk_hashes` in implementation | = help: implement the missing item: `fn get_file_chunk_hashes<'life0: 'async_trait, 'life1: 'async_trait, 'async_trait>(&'life0 self, _: &'life1 DataHash, _: Vec<xet_client::cas_types::Range<u64, _F>>) -> Pin<Box<(dyn futures::Future<Output = std::result::Result<FileChunkHashesResponse, xet_client::ClientError>> + std::marker::Send + 'async_trait)>> { todo!() }` For more information about this error, try `rustc --explain E0046`. error: could not compile `hf-mount` (lib) due to 1 previous error warning: build failed, waiting for other jobs to finish... error: failed to compile `hf-mount v0.6.4 (/private/tmp/hf-mount-20260521-7989-8d8db5/hf-mount-0.6.4)`, intermediate artifacts can be found at `/private/tmp/hf-mount-20260521-7989-8d8db5/hf-mount-0.6.4/target`. To reuse those artifacts with a future compilation, set the environment variable `CARGO_BUILD_BUILD_DIR` to that path. ==> Formula Path: /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/h/hf-mount.rb ==> Configuration HOMEBREW_VERSION: 5.1.13 ORIGIN: https://github.com/Homebrew/brew HEAD: d8deaca5574faf79a27f110caedc9e153709e628 Last commit: 5 hours ago Branch: main Core tap HEAD: df1604bc8e64c615bc4515d39fd59ebe7be7ac75 Core tap last commit: 9 minutes ago Core tap JSON: 21 May 20:58 UTC Core cask tap JSON: 21 May 20:58 UTC HOMEBREW_PREFIX: /opt/homebrew HOMEBREW_CACHE: /Users/brew/Library/Caches/Homebrew HOMEBREW_CASK_OPTS: [] HOMEBREW_COLOR: set HOMEBREW_CURL_PATH: /usr/bin/curl HOMEBREW_DOWNLOAD_CONCURRENCY: 8 HOMEBREW_FAIL_LOG_LINES: 150 HOMEBREW_FORBID_PACKAGES_FROM_PATHS: set HOMEBREW_GITHUB_API_TOKEN: set HOMEBREW_GIT_EMAIL: 1589480+BrewTestBot@users.noreply.github.com HOMEBREW_GIT_NAME: BrewTestBot HOMEBREW_GIT_PATH: /usr/bin/git HOMEBREW_LOGS: /Users/brew/actions-runner/_work/homebrew-core/homebrew-core/bottles/logs HOMEBREW_MAKE_JOBS: 4 HOMEBREW_NO_AUTO_UPDATE: set HOMEBREW_NO_EMOJI: set HOMEBREW_NO_ENV_HINTS: set HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: set HOMEBREW_NO_INSTALL_FROM_API: set HOMEBREW_SANDBOX_LINUX: set HOMEBREW_SBOM: set HOMEBREW_SORBET_RUNTIME: set HOMEBREW_VERIFY_ATTESTATIONS: set Homebrew Ruby: 4.0.5 => /opt/homebrew/Library/Homebrew/vendor/portable-ruby/4.0.5/bin/ruby CPU: quad-core 64-bit dunno Clang: 21.0.0 build 2100 Git: 2.50.1 => /usr/bin/git Curl: 8.7.1 => /usr/bin/curl macOS: 26.4-arm64 CLT: 26.4.0.0.1774242506 Xcode: 26.4 Metal Toolchain: 17.0 (17E188) Rosetta 2: false ==> ENV HOMEBREW_CC: clang HOMEBREW_CXX: clang++ MAKEFLAGS: -j4 CMAKE_PREFIX_PATH: /opt/homebrew CMAKE_INCLUDE_PATH: /Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers CMAKE_LIBRARY_PATH: /Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries PKG_CONFIG_PATH: /opt/homebrew/opt/pkgconf/lib/pkgconfig PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/opt/homebrew/Library/Homebrew/os/mac/pkgconfig/26 HOMEBREW_MAKE_JOBS: 4 HOMEBREW_GIT: /usr/bin/git HOMEBREW_SDKROOT: /Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk ACLOCAL_PATH: /opt/homebrew/share/aclocal PATH: /opt/homebrew/Library/Homebrew/shims/mac/super:/opt/homebrew/opt/pkgconf/bin:/opt/homebrew/opt/rust/bin:/usr/bin:/bin:/usr/sbin:/sbin Logs: /Users/brew/actions-runner/_work/homebrew-core/homebrew-core/bottles/logs/hf-mount/00.options.out /Users/brew/actions-runner/_work/homebrew-core/homebrew-core/bottles/logs/hf-mount/01.cargo.cc.log /Users/brew/actions-runner/_work/homebrew-core/homebrew-core/bottles/logs/hf-mount/01.cargo.log READ THIS: https://docs.brew.sh/Troubleshooting ::error::hf-mount 0.6.4 did not build

Check failure on line 26 in Formula/h/hf-mount.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

`brew install --verbose --formula --build-bottle hf-mount` failed on macOS Sequoia (15) on Apple Silicon!

| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `get_file_chunk_hashes` in implementation | = help: implement the missing item: `fn get_file_chunk_hashes<'life0: 'async_trait, 'life1: 'async_trait, 'async_trait>(&'life0 self, _: &'life1 DataHash, _: Vec<xet_client::cas_types::Range<u64, _F>>) -> Pin<Box<(dyn futures::Future<Output = std::result::Result<FileChunkHashesResponse, xet_client::ClientError>> + std::marker::Send + 'async_trait)>> { todo!() }` For more information about this error, try `rustc --explain E0046`. error: could not compile `hf-mount` (lib) due to 1 previous error warning: build failed, waiting for other jobs to finish... error: failed to compile `hf-mount v0.6.4 (/private/tmp/hf-mount-20260521-7861-g3m67l/hf-mount-0.6.4)`, intermediate artifacts can be found at `/private/tmp/hf-mount-20260521-7861-g3m67l/hf-mount-0.6.4/target`. To reuse those artifacts with a future compilation, set the environment variable `CARGO_BUILD_BUILD_DIR` to that path. ==> Formula Path: /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/h/hf-mount.rb ==> Configuration HOMEBREW_VERSION: 5.1.13 ORIGIN: https://github.com/Homebrew/brew HEAD: d8deaca5574faf79a27f110caedc9e153709e628 Last commit: 5 hours ago Branch: main Core tap HEAD: df1604bc8e64c615bc4515d39fd59ebe7be7ac75 Core tap last commit: 10 minutes ago Core tap JSON: 21 May 20:58 UTC Core cask tap JSON: 21 May 20:58 UTC HOMEBREW_PREFIX: /opt/homebrew HOMEBREW_CACHE: /Users/brew/Library/Caches/Homebrew HOMEBREW_CASK_OPTS: [] HOMEBREW_COLOR: set HOMEBREW_CURL_PATH: /usr/bin/curl HOMEBREW_DOWNLOAD_CONCURRENCY: 8 HOMEBREW_FAIL_LOG_LINES: 150 HOMEBREW_FORBID_PACKAGES_FROM_PATHS: set HOMEBREW_GITHUB_API_TOKEN: set HOMEBREW_GIT_EMAIL: 1589480+BrewTestBot@users.noreply.github.com HOMEBREW_GIT_NAME: BrewTestBot HOMEBREW_GIT_PATH: /usr/bin/git HOMEBREW_LOGS: /Users/brew/actions-runner/_work/homebrew-core/homebrew-core/bottles/logs HOMEBREW_MAKE_JOBS: 4 HOMEBREW_NO_AUTO_UPDATE: set HOMEBREW_NO_EMOJI: set HOMEBREW_NO_ENV_HINTS: set HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: set HOMEBREW_NO_INSTALL_FROM_API: set HOMEBREW_SANDBOX_LINUX: set HOMEBREW_SBOM: set HOMEBREW_SORBET_RUNTIME: set HOMEBREW_VERIFY_ATTESTATIONS: set Homebrew Ruby: 4.0.5 => /opt/homebrew/Library/Homebrew/vendor/portable-ruby/4.0.5/bin/ruby CPU: quad-core 64-bit dunno Clang: 17.0.0 build 1700 Git: 2.50.1 => /usr/bin/git Curl: 8.7.1 => /usr/bin/curl macOS: 15.7.5-arm64 CLT: 26.3.0.0.1.1771626560 Xcode: 26.3 Metal Toolchain: 17.10 (17C7003) Rosetta 2: false ==> ENV HOMEBREW_CC: clang HOMEBREW_CXX: clang++ MAKEFLAGS: -j4 CMAKE_PREFIX_PATH: /opt/homebrew CMAKE_INCLUDE_PATH: /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers CMAKE_LIBRARY_PATH: /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries PKG_CONFIG_PATH: /opt/homebrew/opt/pkgconf/lib/pkgconfig PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/opt/homebrew/Library/Homebrew/os/mac/pkgconfig/15 HOMEBREW_MAKE_JOBS: 4 HOMEBREW_GIT: /usr/bin/git HOMEBREW_SDKROOT: /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk ACLOCAL_PATH: /opt/homebrew/share/aclocal PATH: /opt/homebrew/Library/Homebrew/shims/mac/super:/opt/homebrew/opt/pkgconf/bin:/opt/homebrew/opt/rust/bin:/usr/bin:/bin:/usr/sbin:/sbin ::error::hf-mount 0.6.4 did not build Logs: /Users/brew/actions-runner/_work/homebrew-core/homebrew-core/bottles/logs/hf-mount/00.options.out /Users/brew/actions-runner/_work/homebrew-core/homebrew-core/bottles/logs/hf-mount/01.cargo.cc.log /Users/brew/actions-runner/_work/homebrew-core/homebrew-core/bottles/logs/hf-mount/01.cargo.log READ THIS: https://docs.brew.sh/Troubleshooting
# macOS FUSE needs closed-source macFUSE (not allowed in homebrew/core)
features = ["nfs"]
bins = ["hf-mount", "hf-mount-nfs"]
Expand Down
Loading