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 72a6c84 commit c718390Copy full SHA for c718390
.buildkite/pipeline.yml
@@ -6,6 +6,7 @@
6
os: linux
7
arch: x86_64
8
command: "julia --project -e 'using Pkg; Pkg.develop(;path=\"lib/TimespanLogging\")'"
9
+
10
.bench: &bench
11
if: build.message =~ /\[run benchmarks\]/
12
agents:
@@ -14,6 +15,7 @@
14
15
16
17
num_cpus: 16
18
19
steps:
20
- label: Julia 1.9
21
timeout_in_minutes: 90
Project.toml
@@ -53,7 +53,7 @@ GraphViz = "0.2"
53
Graphs = "1"
54
JSON3 = "1"
55
MacroTools = "0.5"
56
-MemPool = "0.4.6"
+MemPool = "0.4.10"
57
OnlineStats = "1"
58
Plots = "1"
59
PrecompileTools = "1.2"
0 commit comments