1
Fork 0
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:
Kevin Amado 2022-02-11 20:54:35 -05:00
parent 31fe742025
commit 446a7b01a7
No known key found for this signature in database
GPG key ID: FFF341057F503148
3 changed files with 105 additions and 143 deletions

View file

@ -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