File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 186186 # merge in the package derivations to force a build of all packages during a `nix flake check`
187187 // ( with lib ; mapAttrs' ( n : nameValuePair "package-${ n } " ) ( filterAttrs ( n : _ : ! builtins . elem n [ "docs" ] ) self' . packages ) )
188188 # mix in tests
189- // config . testing . checks ;
189+ // ( builtins . removeAttrs config . testing . checks [ "testing-mev-boost-default" ] ) ;
190190 } ;
191191 } ;
192192}
Original file line number Diff line number Diff line change 1010 # Options: nimbus_light_client, nimbus_validator_client, nimbus_signing_node
1111 makeTargets ? [ "all" ] ,
1212 # These are the only platforms tested in CI and considered stable.
13- stablePlatforms ? [
14- "x86_64-linux"
15- "aarch64-linux"
16- "armv7a-linux"
17- "x86_64-darwin"
18- "aarch64-darwin"
19- "x86_64-windows"
20- ] ,
13+ # stablePlatforms ? [
14+ # "x86_64-linux"
15+ # "aarch64-linux"
16+ # "armv7a-linux"
17+ # "x86_64-darwin"
18+ # "aarch64-darwin"
19+ # "x86_64-windows"
20+ # ],
2121} :
2222# Nim version(s) that are known to be stable
2323# See: https://github.com/status-im/nimbus-build-system/commits/master/vendor
@@ -79,6 +79,7 @@ assert (
7979 '' ;
8080 license = with licenses ; [ asl20 mit ] ;
8181 mainProgram = "nimbus_beacon_node" ;
82- platforms = stablePlatforms ;
82+ # platforms = stablePlatforms;
83+ platforms = [ "x86_64-linux" ] ;
8384 } ;
8485 }
You can’t perform that action at this time.
0 commit comments