Coder Social home page Coder Social logo

Comments (3)

bohendo avatar bohendo commented on August 21, 2024

This value in Cargo.toml is "line-tables-only" which is valid according to Cargo docs. How is the rust version determined for building lighthouse? Could it be too old?

from ethereum.nix.

bohendo avatar bohendo commented on August 21, 2024

Lighthouse does build successfully if I use the input

    ethereum.url = "github:nix-community/ethereum.nix/978775c6a309ec9c98c706c56fff004a9f83d525"; # 231025

So something introduced in the last couple months seems to not work. Looks like there was a bit of a re-org, so hard to tell what it was exactly.

from ethereum.nix.

bohendo avatar bohendo commented on August 21, 2024

A binary-ish search through the history of this repo suggests commit 24d141dac0cc09c851fa32ad564a9fc67d887d6c is the culprit.

  inputs = {
    nixpkgs.url = "github:nixos/nixpkgs/11cd405226b6663b1ba2073dc7d8b0d7a78175d9"; # 240209
    utils.url = "github:numtide/flake-utils/04c1b180862888302ddfb2e3ad9eaa63afc60cf8"; # v1.0.0
    # ethereum.url = "github:nix-community/ethereum.nix/e428579838f13a897a41ec75dffda027cc51df3c"; # 240220 # BROKE
    # ethereum.url = "github:nix-community/ethereum.nix/24d141dac0cc09c851fa32ad564a9fc67d887d6c"; # 240207 # BROKE
    ethereum.url = "github:nix-community/ethereum.nix/02dc62f4cefdf246adc7988ad1459eeee57f5e7f"; # 240207 # WORKS
  };

from ethereum.nix.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.