Skip to content

Commit 4dbbb11

Browse files
committed
Run with package rootfs so that we have a compiler
1 parent e10d936 commit 4dbbb11

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.buildkite/runtests.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
steps:
33
- label: ":${OS?}: Test ${OS?}-${ARCH?}"
44
plugins:
5+
# Julia installation outside the sandbox
6+
- JuliaCI/julia#v1:
7+
version: '1.10'
8+
- staticfloat/sandbox#v2:
9+
rootfs_url: https://github.com/JuliaCI/rootfs-images/releases/download/v6.00/package_linux.x86_64.tar.gz
10+
rootfs_treehash: "4dcde853eb5baaa0a8f087b633eaf955dc94b5dc"
11+
uid: 1000
12+
gid: 1000
13+
# Julia installation inside the sandbox
514
- JuliaCI/julia#v1:
615
version: "nightly"
716
command: |

0 commit comments

Comments
 (0)