File tree 1 file changed +23
-1
lines changed
1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
steps :
3
+ # Linux x86
4
+ - label : " :linux: linux-i686"
5
+ plugins :
6
+ # Julia installation outside the sandbox
7
+ - JuliaCI/julia#v1:
8
+ version : ' 1.10'
9
+ - staticfloat/sandbox#v2:
10
+ rootfs_url : https://github.com/JuliaCI/rootfs-images/releases/download/v6.00/package_linux.i686.tar.gz
11
+ rootfs_treehash : " a0c4756ee7827b3a75d4a62ff543315c1547e3d6"
12
+ uid : 1000
13
+ gid : 1000
14
+ # Julia installation inside the sandbox
15
+ - JuliaCI/julia#v1:
16
+ version : " nightly"
17
+ arch : " i686"
18
+ command : |
19
+ julia --color=yes --project=.ci -e 'using Pkg; Pkg.instantiate()'
20
+ julia --color=yes --project=.ci .ci/create_sysimage_and_run_tests.jl
21
+ agents :
22
+ queue : " julia"
23
+ os : " linux"
24
+ arch : " x86_64"
25
+ cpuset_limited : " true"
3
26
# Linux x86_64
4
27
- label : " :linux: linux-x86_64"
5
28
plugins :
22
45
os : " linux"
23
46
arch : " x86_64"
24
47
cpuset_limited : " true"
25
- timeout_in_minutes : 120
26
48
# macOS aarch64
27
49
- label : " :macos: macos-aarch64"
28
50
plugins :
You can’t perform that action at this time.
0 commit comments