From 87493994476d98a3a52e55489ba5ec53e30abd48 Mon Sep 17 00:00:00 2001 From: Thomas Knickman Date: Mon, 16 Sep 2024 13:26:21 -0400 Subject: [PATCH] feat(turbo): COREPACK_HOME to default passthrough (#9151) ### Description Add `COREPACK_HOME` to default passthrough list ### Testing Instructions --- crates/turborepo-lib/src/task_hash.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/turborepo-lib/src/task_hash.rs b/crates/turborepo-lib/src/task_hash.rs index 90a585e5f989a..698bf4e06b673 100644 --- a/crates/turborepo-lib/src/task_hash.rs +++ b/crates/turborepo-lib/src/task_hash.rs @@ -472,6 +472,7 @@ impl<'a> TaskHasher<'a> { "PWD", "CI", "NODE_OPTIONS", + "COREPACK_HOME", "LD_LIBRARY_PATH", "DYLD_FALLBACK_LIBRARY_PATH", "LIBPATH",