From bcb15694523585142be579b41ed745a3abdd76a4 Mon Sep 17 00:00:00 2001 From: Christian Guinard <28689358+christiangnrd@users.noreply.github.com> Date: Fri, 12 Jun 2026 15:14:38 -0300 Subject: [PATCH 1/3] [CI] Set JULIA_PKG_PRECOMPILE_AUTO=false Disable automatic precompilation for Julia packages. --- .buildkite/pipeline.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 7ffbccb..fcb675a 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -90,3 +90,6 @@ steps: queue: "metal" if: build.message !~ /\[skip tests\]/ timeout_in_minutes: 15 + +env: + JULIA_PKG_PRECOMPILE_AUTO: false From 1593f0370865ef26a97f0a2cb951eeb77b65bed8 Mon Sep 17 00:00:00 2001 From: Christian Guinard <28689358+christiangnrd@users.noreply.github.com> Date: Fri, 12 Jun 2026 15:22:01 -0300 Subject: [PATCH 2/3] Test --- .buildkite/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index fcb675a..64c85f7 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -92,4 +92,4 @@ steps: timeout_in_minutes: 15 env: - JULIA_PKG_PRECOMPILE_AUTO: false + JULIA_PKG_PRECOMPILE_AUTO: true From 1da69ce5dce0e4fbc31e2b0f7fbca7acafea1c67 Mon Sep 17 00:00:00 2001 From: Christian Guinard <28689358+christiangnrd@users.noreply.github.com> Date: Fri, 12 Jun 2026 15:35:07 -0300 Subject: [PATCH 3/3] Revert test --- .buildkite/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 64c85f7..fcb675a 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -92,4 +92,4 @@ steps: timeout_in_minutes: 15 env: - JULIA_PKG_PRECOMPILE_AUTO: true + JULIA_PKG_PRECOMPILE_AUTO: false