Skip to content

Commit

Permalink
ci: ensure Nix Buildkite plugin jobs are built on Linux builders
Browse files Browse the repository at this point in the history
We now have macOS Buildkite agents in the `nix-build` queue, so that
we can cache macOS Nix shells, but we don't want these agents to build
jobs generated by the Nix Buildkite plugin, as those need to go
through our Linux builders due to the way Nix remote builds and
caching work.

Signed-off-by: Drew Hess <[email protected]>
  • Loading branch information
dhess committed Apr 7, 2024
1 parent 169fc8a commit 94a164c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ steps:
plugins:
- hackworthltd/nix#v1.0.0:
file: ci.nix
agent-tags: queue=nix-build
agent-tags: queue=nix-build,os=linux

- wait

Expand Down

0 comments on commit 94a164c

Please sign in to comment.