We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e10d936 commit 4dbbb11Copy full SHA for 4dbbb11
.buildkite/runtests.yml
@@ -2,6 +2,15 @@
2
steps:
3
- label: ":${OS?}: Test ${OS?}-${ARCH?}"
4
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
14
- JuliaCI/julia#v1:
15
version: "nightly"
16
command: |
0 commit comments