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 019051c commit 9f41edaCopy full SHA for 9f41eda
.buildkite/runtests.yml
@@ -15,8 +15,8 @@ steps:
15
- JuliaCI/julia#v1:
16
version: "nightly"
17
command: |
18
- julia --color=yes --optimize=1 --project=.ci -e 'using Pkg; Pkg.instantiate()'
19
- julia --color=yes --optimize=1 --project=.ci .ci/create_sysimage_and_run_tests.jl
+ julia --color=yes --optimize=0 --project=.ci -e 'using Pkg; Pkg.instantiate()'
+ julia --color=yes --optimize=0 --project=.ci .ci/create_sysimage_and_run_tests.jl
20
agents:
21
queue: "julia"
22
os: "linux"
0 commit comments