File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 11---
22steps :
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+ command : |
18+ julia --color=yes --project=.ci -e 'using Pkg; Pkg.instantiate()'
19+ julia --color=yes --project=.ci .ci/create_sysimage_and_run_tests.jl
20+ agents :
21+ queue : " julia"
22+ os : " linux"
23+ arch : " x86_64"
24+ cpuset_limited : " true"
25+ timeout_in_minutes : 120
326 # Linux x86_64
427 - label : " :linux: linux-x86_64"
528 plugins :
You can’t perform that action at this time.
0 commit comments