Git Product home page Git Product logo

Comments (4)

Mic92 avatar Mic92 commented on August 21, 2024

nix run github:Mic92/nix-fast-build -- --systems "aarch64-linux x86_64-linux" should work.

from nix-fast-build.

Mic92 avatar Mic92 commented on August 21, 2024

Afaik this option is set by the binfmt wrapper as well. But since emulation is slow, I would not want to make check the value of extra-platforms to decide what systems to build. The explicit --systems flag seems like a better trade off that will also work if remote builders are used.

from nix-fast-build.

SomeoneSerge avatar SomeoneSerge commented on August 21, 2024

--systems is what I went with as well

Re: binfmt wrapper

Afaiu with the ubuntu runners one has to passthe flag manually

Re: what systems to build based on extra platforms

I had to pass the .#checks.${system} manually anyway, which is why I thought it weird that nixfastbuild performs additional filtering

from nix-fast-build.

Mic92 avatar Mic92 commented on August 21, 2024

It uses nix-eval-jobs to get the system of builds and does the filtering there.
It does not try to figure out the system based the flake attr path yet since this may be not well defined in some cases. Once we got flake schema we can re-think that.

from nix-fast-build.

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.