Skip to content

Commit 15f7e32

Browse files
authored
ci: add linux-i686 (#1142)
Closed #1109
1 parent b6f87af commit 15f7e32

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

.buildkite/runtests.yml

+23-1
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+
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"
326
# Linux x86_64
427
- label: ":linux: linux-x86_64"
528
plugins:
@@ -22,7 +45,6 @@ steps:
2245
os: "linux"
2346
arch: "x86_64"
2447
cpuset_limited: "true"
25-
timeout_in_minutes: 120
2648
# macOS aarch64
2749
- label: ":macos: macos-aarch64"
2850
plugins:

0 commit comments

Comments
 (0)