mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-30 12:07:46 +00:00
feat: cross compile as much as possible
This commit is contained in:
parent
31fe742025
commit
446a7b01a7
3 changed files with 105 additions and 143 deletions
|
@ -3,10 +3,6 @@ steps:
|
|||
command:
|
||||
- nix3 build
|
||||
|
||||
- label: build-musl
|
||||
command:
|
||||
- nix3 build .#packages.x86_64-linux.musl
|
||||
|
||||
- label: cache
|
||||
if: build.branch == "main"
|
||||
command:
|
||||
|
@ -65,6 +61,9 @@ steps:
|
|||
- echo --- Closure @ before
|
||||
- nix-env --query --available --attr-path --drv-path --file nixpkgs --xml > closure-before.txt
|
||||
|
||||
- echo --- Formatting
|
||||
- nix3 run . -- nixpkgs 2>/dev/null
|
||||
|
||||
- echo --- Closure @ after
|
||||
- nix-env --query --available --attr-path --drv-path --file nixpkgs --xml > closure-after.txt
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue