Merge pull request #181157 from amjoseph-nixpkgs/pr/release-cross/explain
release-cross.nix: explain how to run jobs individually
This commit is contained in:
commit
b0be4224f7
@ -1,4 +1,11 @@
|
||||
/* This file defines some basic smoke tests for cross compilation.
|
||||
Individual jobs can be tested by running:
|
||||
|
||||
$ nix-build pkgs/top-level/release-cross.nix -A <jobname>.<package> --arg supportedSystems '[builtins.currentSystem]'
|
||||
|
||||
e.g.
|
||||
|
||||
$ nix-build pkgs/top-level/release-cross.nix -A crossMingw32.nixUnstable --arg supportedSystems '[builtins.currentSystem]'
|
||||
*/
|
||||
|
||||
{ # The platforms *from* which we cross compile.
|
||||
|
Loading…
Reference in New Issue
Block a user