From 700157679a2abeb3eaa698cd024298485290ed84 Mon Sep 17 00:00:00 2001 From: Elliot Saba Date: Fri, 25 Feb 2022 13:49:27 -0800 Subject: [PATCH 1/2] Update whitespace.yml --- .buildkite/pipelines/main/misc/whitespace.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.buildkite/pipelines/main/misc/whitespace.yml b/.buildkite/pipelines/main/misc/whitespace.yml index b97de3ac677bb..aca87e66511a5 100644 --- a/.buildkite/pipelines/main/misc/whitespace.yml +++ b/.buildkite/pipelines/main/misc/whitespace.yml @@ -18,4 +18,5 @@ steps: - "/cache/repos:/cache/repos" timeout_in_minutes: 10 commands: | + julia --version make --output-sync -j$${JULIA_CPU_THREADS:?} check-whitespace From 88b45efa887cd0fc287926fba158b24de1711436 Mon Sep 17 00:00:00 2001 From: Elliot Saba Date: Fri, 25 Feb 2022 13:51:39 -0800 Subject: [PATCH 2/2] Update whitespace.yml --- .buildkite/pipelines/main/misc/whitespace.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipelines/main/misc/whitespace.yml b/.buildkite/pipelines/main/misc/whitespace.yml index aca87e66511a5..cedeb12e4e5b8 100644 --- a/.buildkite/pipelines/main/misc/whitespace.yml +++ b/.buildkite/pipelines/main/misc/whitespace.yml @@ -15,7 +15,7 @@ steps: rootfs_url: https://github.com/JuliaCI/rootfs-images/releases/download/v4.8/package_linux.x86_64.tar.gz rootfs_treehash: "2a058481b567f0e91b9aa3ce4ad4f09e6419355a" workspaces: - - "/cache/repos:/cache/repos" + - "/cache:/cache" timeout_in_minutes: 10 commands: | julia --version