From 5e48ef6617fa0beb2ebc198e4dbe36d7e5404bb6 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Thu, 19 Dec 2024 13:51:15 -0800 Subject: [PATCH] Testing - use per-sketch kaleidoscope temp directories. Until we get the arduino core cache working properly with arduino-cli, this dramatically reduces compilation work on repeated builds --- testing/makefiles/testcase.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/makefiles/testcase.mk b/testing/makefiles/testcase.mk index 5f53c00fba..17580dd846 100644 --- a/testing/makefiles/testcase.mk +++ b/testing/makefiles/testcase.mk @@ -32,7 +32,7 @@ pathsafe_fqbn := $(subst :,_,${FQBN}) build_root := ${top_dir}/_build/$(pathsafe_fqbn) -export KALEIDOSCOPE_TEMP_PATH := ${build_root}/kaleidoscope +export KALEIDOSCOPE_TEMP_PATH := ${build_root}/${testcase}/kaleidoscope-temp include_plugins_dir := -I${top_dir}/plugins \