File tree Expand file tree Collapse file tree 1 file changed +43
-1
lines changed Expand file tree Collapse file tree 1 file changed +43
-1
lines changed Original file line number Diff line number Diff line change 1
1
steps :
2
- - label : " Julia v1.6"
2
+ - label : " Julia v1.6 (x86-64) "
3
3
plugins :
4
4
- JuliaCI/julia#v1:
5
5
version : " 1.6"
6
+ arch : " x86_64"
6
7
- JuliaCI/julia-test#v1:
7
8
agents :
8
9
queue : " juliaecosystem"
9
10
sandbox.jl : " true"
10
11
os : " linux"
11
12
arch : " x86_64"
12
13
timeout_in_minutes : 60
14
+ - label : " Julia v1.6 (i686)"
15
+ plugins :
16
+ - JuliaCI/julia :
17
+ version : " 1"
18
+ - staticfloat/sandbox#v1:
19
+ rootfs_url : " https://github.com/JuliaCI/rootfs-images/releases/download/v5.44/agent_linux.i686.tar.gz"
20
+ rootfs_treehash : " c0e2d7ef8f233d978c15e61734f0dfa25aba7536"
21
+ - JuliaCI/julia :
22
+ version : " 1.6"
23
+ arch : " i686"
24
+ - JuliaCI/julia-test#v1:
25
+ agents :
26
+ queue : " juliaecosystem"
27
+ sandbox.jl : " true"
28
+ os : " linux"
29
+ arch : " x86_64"
30
+ timeout_in_minutes : 60
31
+ - label : " Julia v1.6 (AArch64)"
32
+ plugins :
33
+ - JuliaCI/julia#v1:
34
+ version : " 1.6"
35
+ arch : " aarch64"
36
+ - JuliaCI/julia-test#v1:
37
+ agents :
38
+ queue : " juliaecosystem"
39
+ sandbox.jl : " true"
40
+ os : " linux"
41
+ arch : " aarch64"
42
+ timeout_in_minutes : 60
43
+ - label : " Julia v1.6 (ARMv7)"
44
+ plugins :
45
+ - JuliaCI/julia#v1:
46
+ version : " 1.6"
47
+ arch : " armv7l"
48
+ - JuliaCI/julia-test#v1:
49
+ agents :
50
+ queue : " juliaecosystem"
51
+ sandbox.jl : " true"
52
+ os : " linux"
53
+ arch : " armv7l"
54
+ timeout_in_minutes : 60
You can’t perform that action at this time.
0 commit comments