Skip to content

Commit

Permalink
Fix CI by passing the correct arch parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored and khuey committed Apr 24, 2022
1 parent 0f89c1a commit 186dd18
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
agents:
queue: "juliaecosystem"
sandbox.jl: "true"
os: "linux"
steps:
- label: "Run Tests (x86_64)"
key: "runtests:linux:x86_64"
Expand All @@ -17,6 +13,11 @@ steps:
workspaces:
- "/cache:/cache"
timeout_in_minutes: 45
agents:
queue: "juliaecosystem"
sandbox.jl: "true"
os: "linux"
arch: "x86_64"
commands: |
echo "--- Print kernel information"
uname -a
Expand Down

0 comments on commit 186dd18

Please sign in to comment.