Skip to content

Commit e89510e

Browse files
committed
ci: add linux-i686
1 parent 5cdeb46 commit e89510e

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.buildkite/runtests.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
---
22
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+
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:

0 commit comments

Comments
 (0)