Skip to content

Commit

Permalink
ci: Buildkite improvements (#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhess authored Apr 8, 2024
2 parents 32cfcc6 + 1f6cc59 commit eb217ef
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .buildkite/cachix-push.yaml

This file was deleted.

15 changes: 15 additions & 0 deletions .buildkite/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,18 @@ steps:
- hackworthltd/nix#v1.0.0:
file: nix/ci.nix
agent-tags: queue=nix-build,os=linux

- wait

- label: ":nixos: :linux: Cache the Nix shell"
command: |
nix develop --print-build-logs --profile /tmp/hacknix --command echo "done"
agents:
queue: "nix-build"

- label: ":nixos: :macos: Cache the Nix shell"
command: |
nix develop --print-build-logs --profile /tmp/hacknix --command echo "done"
agents:
queue: "nix-build"
os: "darwin"

0 comments on commit eb217ef

Please sign in to comment.