From 5805fb111779a102aa97877fb608d67b145e385e Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Mon, 28 Mar 2022 09:40:25 -0700 Subject: [PATCH] We shouldn't unilaterally force CCACHE to on when running tests --- tests/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/Makefile b/tests/Makefile index f00e2ad7..fc0466fe 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -34,8 +34,6 @@ export FQBN ?= keyboardio:virtual:model01 TESTS := $(shell cd $(tests_dir); find ${TEST_PATH} -name '*.ino' -exec dirname {} \;) -KALEIDOSCOPE_CCACHE = 1 - # The clutter up the test output on Make 4.0 and newer MAKEFLAGS += --no-print-directory