diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index e2eb826..ad064de 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -1,5 +1,6 @@ env: - JULIA_VERSION: "1.9.3" + JULIA_VERSION: "1.10.2" + JULIA_DEPOT_PATH: "$DEPOT" steps: @@ -14,10 +15,10 @@ steps: - wait - label: ":scroll: Build docs" - command: - - "srun --mem=8G --time=1:00:00 --unbuffered jobscript.sh" env: JULIA_PROJECT: "docs/" + command: + - "srun --cpus-per-task=16 --mem=64G --time=1:00:00 --output=.buildkite/build_%j.log --unbuffered .buildkite/jobscript.sh" - wait diff --git a/docs/src/index.md b/docs/src/index.md index cbf55c7..af8840d 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -4,4 +4,4 @@ CurrentModule = DiagrammaticEquations ``` -`DiagrammaticEquations.jl` is a Julia library implementing category-theoretic reasoning about systems of equations with diagrams. This package was extractedd from [Decapodes.jl](https://github.com/AlgebraicJulia/Decapodes.jl/) to decouple the representation of systems of equations from the solution of those equations. DiagrammaticEquations will grow to support many flavors of equations, starting with the discrete exterior calculus equations from Decapodes. \ No newline at end of file +`DiagrammaticEquations.jl` is a Julia library implementing category-theoretic reasoning about systems of equations with diagrams. This package was extracted from [Decapodes.jl](https://github.com/AlgebraicJulia/Decapodes.jl/) to decouple the representation of systems of equations from the solution of those equations. DiagrammaticEquations will grow to support many flavors of equations, starting with the Discrete Exterior Calculus equations from Decapodes.