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/l/lighthouse.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Lighthouse < Formula
desc "Rust Ethereum 2.0 Client"
homepage "https://lighthouse.sigmaprime.io/"
url "https://github.com/sigp/lighthouse/archive/refs/tags/v6.0.1.tar.gz"
sha256 "8a8f43f099bed624318aaabbf3811e78a0171c7fb4e5e30f7e66ab70bbe40a1c"
url "https://github.com/sigp/lighthouse/archive/refs/tags/v7.0.1.tar.gz"
sha256 "e2432feb02d6dd86faec3831731a88993c428a87df1fa6a43efd576bdf01f259"
license "Apache-2.0"

livecheck do
Expand Down Expand Up @@ -31,7 +31,7 @@
depends_on "openssl@3"
end

def install

Check failure on line 34 in Formula/l/lighthouse.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

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

Compiling num-integer v0.1.46 Compiling vcpkg v0.2.15 Compiling futures v0.3.31 Compiling der v0.7.9 Compiling rustc_version v0.4.1 warning: [email protected]: clang: error: unsupported option '-mno-avx' for target 'arm64-apple-macosx' warning: [email protected]: ToolExecError: Command env -u IPHONEOS_DEPLOYMENT_TARGET LC_ALL="C" "clang" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-macosx" "-mmacosx-version-min=15.4" "-Wall" "-Wextra" "-mno-avx" "-fno-builtin" "-Wno-unused-function" "-Wno-unused-command-line-argument" "-o" "/private/tmp/lighthouse-20250501-7670-zh6380/lighthouse-7.0.1/target/release/build/blst-dcfab1fab63c11dc/out/3ce72ea41a6346fd-server.o" "-c" "/Users/brew/Library/Caches/Homebrew/cargo_cache/registry/src/index.crates.io-1949cf8c6b5b557f/blst-0.3.13/blst/src/server.c" with args clang did not execute successfully (status code exit status: 1). error: failed to run custom build command for `blst v0.3.13` Caused by: process didn't exit successfully: `/private/tmp/lighthouse-20250501-7670-zh6380/lighthouse-7.0.1/target/release/build/blst-d3b445b12b0fd0a8/build-script-build` (exit status: 1) --- stdout cargo:rustc-cfg=feature="std" cargo:rerun-if-env-changed=BLST_TEST_NO_STD Using blst source directory /Users/brew/Library/Caches/Homebrew/cargo_cache/registry/src/index.crates.io-1949cf8c6b5b557f/blst-0.3.13/blst cargo:rerun-if-changed=/Users/brew/Library/Caches/Homebrew/cargo_cache/registry/src/index.crates.io-1949cf8c6b5b557f/blst-0.3.13/blst/src cargo:rerun-if-changed=/Users/brew/Library/Caches/Homebrew/cargo_cache/registry/src/index.crates.io-1949cf8c6b5b557f/blst-0.3.13/blst/build OPT_LEVEL = Some(3) OUT_DIR = Some(/private/tmp/lighthouse-20250501-7670-zh6380/lighthouse-7.0.1/target/release/build/blst-dcfab1fab63c11dc/out) TARGET = Some(aarch64-apple-darwin) HOST = Some(aarch64-apple-darwin) cargo:rerun-if-env-changed=CC_aarch64-apple-darwin CC_aarch64-apple-darwin = None cargo:rerun-if-env-changed=CC_aarch64_apple_darwin CC_aarch64_apple_darwin = None cargo:rerun-if-env-changed=HOST_CC HOST_CC = None cargo:rerun-if-env-changed=CC CC = Some(clang) cargo:rerun-if-env-changed=CC_KNOWN_WRAPPER_CUSTOM CC_KNOWN_WRAPPER_CUSTOM = None RUSTC_WRAPPER = None cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS CRATE_CC_NO_DEFAULTS = None DEBUG = Some(false) cargo:rerun-if-env-changed=MACOSX_DEPLOYMENT_TARGET MACOSX_DEPLOYMENT_TARGET = None cargo:rerun-if-env-changed=CFLAGS_aarch64-apple-darwin CFLAGS_aarch64-apple-darwin = None cargo:rerun-if-env-changed=CFLAGS_aarch64_apple_darwin CFLAGS_aarch64_apple_darwin = None cargo:rerun-if-env-changed=HOST_CFLAGS HOST_CFLAGS = None cargo:rerun-if-env-changed=CFLAGS CFLAGS = None CARGO_ENCODED_RUSTFLAGS = Some() OUT_DIR = Some(/private/tmp/lighthouse-20250501-7670-zh6380/lighthouse-7.0.1/target/release/build/blst-dcfab1fab63c11dc/out) cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS CRATE_CC_NO_DEFAULTS = None TARGET = Some(aarch64-apple-darwin) cargo:rerun-if-env-changed=MACOSX_DEPLOYMENT_TARGET MACOSX_DEPLOYMENT_TARGET = None HOST = Some(aarch64-apple-darwin) cargo:rerun-if-env-changed=CFLAGS_aarch64-apple-darwin CFLAGS_aarch64-apple-darwin = None cargo:rerun-if-env-changed=CFLAGS_aarch64_apple_darwin CFLAGS_aarch64_apple_darwin = None cargo:rerun-if-env-changed=HOST_CFLAGS HOST_CFLAGS = None cargo:rerun-if-env-changed=CFLAGS CFLAGS = None OUT_DIR = Some(/private/tmp/lighthouse-20250501-7670-zh6380/lighthouse-7.0.1/target/release/build/blst-dcfab1fab63c11dc/out) cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS CRATE_CC_NO_DEFAULTS = None TARGET = Some(aarch64-apple-darwin) cargo:rerun-if-env-changed=MACOSX_DEPLOYMENT_TARGET MACOSX_DEPLOYMENT_TARGET = None HOST = Some(aarch64-apple-darwin) cargo:rerun-if-env
ENV["PROTOC_NO_VENDOR"] = "1"
# Ensure that the `openssl` crate picks up the intended library.
ENV["OPENSSL_DIR"] = Formula["openssl@3"].opt_prefix
Expand Down
Loading