File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,18 @@ steps:
1111 os : " linux"
1212 arch : " x86_64"
1313 timeout_in_minutes : 60
14+ - label : " Julia v1.10 (x86-64)"
15+ plugins :
16+ - JuliaCI/julia#v1:
17+ version : " 1.10"
18+ arch : " x86_64"
19+ - JuliaCI/julia-test#v1:
20+ agents :
21+ queue : " juliaecosystem"
22+ sandbox.jl : " true"
23+ os : " linux"
24+ arch : " x86_64"
25+ timeout_in_minutes : 60
1426 - label : " Julia v1.6 (i686)"
1527 plugins :
1628 - JuliaCI/julia :
@@ -31,3 +43,23 @@ steps:
3143 os : " linux"
3244 arch : " x86_64"
3345 timeout_in_minutes : 60
46+ - label : " Julia v1.10 (i686)"
47+ plugins :
48+ - JuliaCI/julia :
49+ version : " 1.10"
50+ - staticfloat/sandbox#v1:
51+ rootfs_url : " https://github.com/JuliaCI/rootfs-images/releases/download/v5.44/agent_linux.i686.tar.gz"
52+ rootfs_treehash : " c0e2d7ef8f233d978c15e61734f0dfa25aba7536"
53+ workspaces :
54+ - " /cache:/cache"
55+ # Once inside the sandbox, install a different version of Julia to run our tests
56+ - JuliaCI/julia :
57+ version : " 1.10"
58+ arch : " i686"
59+ - JuliaCI/julia-test#v1:
60+ agents :
61+ queue : " juliaecosystem"
62+ sandbox.jl : " true"
63+ os : " linux"
64+ arch : " x86_64"
65+ timeout_in_minutes : 60
You can’t perform that action at this time.
0 commit comments