mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-30 12:07:46 +00:00
feat: reduce tarbal ttl
This commit is contained in:
parent
d8482d7619
commit
1f6f2cb1c5
1 changed files with 3 additions and 6 deletions
|
@ -9,12 +9,9 @@ steps:
|
|||
queue: private
|
||||
artifacts:
|
||||
# Builds on: aarch64-darwin
|
||||
# - aarch64-apple-darwin
|
||||
# - alejandra-aarch64-apple-darwin
|
||||
|
||||
# Builds on: aarch64-linux
|
||||
# - aarch64-unknown-linux-musl
|
||||
|
||||
# Builds on: x86_64-linux
|
||||
# Builds on: aarch64-linux, x86_64-linux
|
||||
- alejandra-aarch64-unknown-linux-musl
|
||||
|
||||
# Builds on: x86_64-darwin
|
||||
|
@ -68,7 +65,7 @@ steps:
|
|||
- git clone --branch=master --depth 1 --origin=upstream file:///data/nixpkgs
|
||||
|
||||
- echo --- Formatting - before
|
||||
- nix run github:kamadorueda/alejandra -- nixpkgs 2>/dev/null
|
||||
- nix --tarball-ttl 1 run github:kamadorueda/alejandra -- nixpkgs 2>/dev/null
|
||||
- git -C nixpkgs add .
|
||||
- git -C nixpkgs commit -m formatting-before -q
|
||||
- git -C nixpkgs branch formatting-before
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue