Skip to content

Commit ab4d4b1

Browse files
committed
fixup! Debug precompilation
1 parent 59aefd0 commit ab4d4b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .buildkite/pipeline.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,10 @@ steps:
108108
- JuliaCI/julia#v1:
109109
version: "1.8"
110110
env:
111-
JULIA_NUM_THREADS: "1"
111+
JULIA_NUM_THREADS: "2"
112112
agents:
113113
queue: "juliaecosystem"
114114
sandbox_capable: "true"
115115
os: linux
116116
arch: x86_64
117-
command: "git clone https://github.com/JuliaParallel/DTables.jl.git ; julia -t1 -e 'using Pkg; Pkg.activate(\"DTables.jl\"); Pkg.develop(;path=\".\"); Pkg.instantiate(); Pkg.test()'"
117+
command: "git clone https://github.com/JuliaParallel/DTables.jl.git ; julia -t2 -e 'using Pkg; Pkg.activate(\"DTables.jl\"); Pkg.develop(;path=\".\"); Pkg.instantiate(); Pkg.test()'"

0 commit comments

Comments
 (0)