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 e89510e commit 2a48a99Copy full SHA for 2a48a99
.buildkite/runtests.yml
@@ -14,6 +14,7 @@ steps:
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
0 commit comments