File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22 if : build.message !~ /\[skip tests\]/
33 agents :
44 queue : " juliaecosystem"
5- sandbox.jl : " true"
5+ sandbox_capable : " true"
66 os : linux
77 arch : x86_64
88 command : " julia --project -e 'using Pkg; Pkg.develop(;path=\" lib/TimespanLogging\" )'"
99.bench : &bench
1010 if : build.message =~ /\[run benchmarks\]/
1111 agents :
1212 queue : " juliaecosystem"
13- sandbox.jl : " true"
13+ sandbox_capable : " true"
1414 os : linux
1515 arch : x86_64
1616 num_cpus : 16
@@ -112,7 +112,7 @@ steps:
112112 JULIA_NUM_THREADS : " 4"
113113 agents :
114114 queue : " juliaecosystem"
115- sandbox.jl : " true"
115+ sandbox_capable : " true"
116116 os : linux
117117 arch : x86_64
118118 command : " git clone https://github.com/JuliaParallel/DTables.jl.git ; julia -t4 -e 'using Pkg; Pkg.activate(\" DTables.jl\" ); Pkg.develop(;path=\" .\" ); Pkg.instantiate(); Pkg.test()'"
You can’t perform that action at this time.
0 commit comments