Skip to content

Commit 8548d93

Browse files
authored
Merge pull request #102 from kamadorueda/kamadorueda
feat: dereferece links
2 parents 3b189a4 + 9ce10c5 commit 8548d93

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

buildkite.yaml

+12-9
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,22 @@ steps:
88
agents:
99
queue: private
1010
artifacts:
11-
- aarch64-unknown-linux-musl
12-
- x86_64-unknown-linux-gnu
13-
- x86_64-unknown-linux-musl
11+
- alejandra-aarch64-unknown-linux-musl
12+
- alejandra-x86_64-unknown-linux-gnu
13+
- alejandra-x86_64-unknown-linux-musl
1414
command:
1515
- echo +++
16-
- nix build --out-link aarch64-unknown-linux-musl .#aarch64-unknown-linux-musl
17-
- cachix push alejandra aarch64-unknown-linux-musl
16+
- nix build .#aarch64-unknown-linux-musl
17+
- cachix push alejandra result
18+
- cp -L result/bin/alejandra alejandra-aarch64-unknown-linux-musl
1819

19-
- nix build --out-link x86_64-unknown-linux-gnu .#x86_64-unknown-linux-gnu
20-
- cachix push alejandra x86_64-unknown-linux-gnu
20+
- nix build .#x86_64-unknown-linux-gnu
21+
- cachix push alejandra result
22+
- cp -L result/bin/alejandra alejandra-x86_64-unknown-linux-gnu
2123

22-
- nix build --out-link x86_64-unknown-linux-musl .#x86_64-unknown-linux-musl
23-
- cachix push alejandra x86_64-unknown-linux-musl
24+
- nix build .#x86_64-unknown-linux-musl
25+
- cachix push alejandra result
26+
- cp -L result/bin/alejandra alejandra-x86_64-unknown-linux-musl
2427

2528
- nix develop --profile develop --command true
2629
- cachix push alejandra develop

0 commit comments

Comments
 (0)