Skip to content

Commit c102c6e

Browse files
committed
Remove all CI except x86-64 / i686
We'll have to wait until someone would like to setup CirrusCI (https://github.com/ararslan/CirrusCI.jl) to get AArch64 tested, but for now this at least means we have one 32-bit arch covered which is still a big improvement.
1 parent 19911ea commit c102c6e

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

.buildkite/pipeline.yml

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -31,39 +31,3 @@ steps:
3131
os: "linux"
3232
arch: "x86_64"
3333
timeout_in_minutes: 60
34-
- label: "Julia v1.6 (AArch64)"
35-
plugins:
36-
- JuliaCI/julia#v1:
37-
version: "1.6"
38-
arch: "aarch64"
39-
- JuliaCI/julia-test#v1:
40-
agents:
41-
queue: "juliaecosystem"
42-
sandbox.jl: "true"
43-
os: "linux"
44-
arch: "aarch64"
45-
timeout_in_minutes: 60
46-
- label: "Julia v1.6 (ARMv7)"
47-
plugins:
48-
- JuliaCI/julia#v1:
49-
version: "1.6"
50-
arch: "armv7l"
51-
- JuliaCI/julia-test#v1:
52-
agents:
53-
queue: "juliaecosystem"
54-
sandbox.jl: "true"
55-
os: "linux"
56-
arch: "armv7l"
57-
timeout_in_minutes: 60
58-
- label: "Julia v1.10 (PPC64le)"
59-
plugins:
60-
- JuliaCI/julia#v1:
61-
version: "1.10"
62-
arch: "powerpc64le"
63-
- JuliaCI/julia-test#v1:
64-
agents:
65-
queue: "juliaecosystem"
66-
sandbox.jl: "true"
67-
os: "linux"
68-
arch: "powerpc64le"
69-
timeout_in_minutes: 60

0 commit comments

Comments
 (0)