Skip to content

Commit

Permalink
feat(turbo): COREPACK_HOME to default passthrough (#9151)
Browse files Browse the repository at this point in the history
### Description

Add `COREPACK_HOME` to default passthrough list

### Testing Instructions

<!--
  Give a quick description of steps to test your changes.
-->
  • Loading branch information
tknickman committed Sep 16, 2024
1 parent f7aeea6 commit 8749399
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/turborepo-lib/src/task_hash.rs
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ impl<'a> TaskHasher<'a> {
"PWD",
"CI",
"NODE_OPTIONS",
"COREPACK_HOME",
"LD_LIBRARY_PATH",
"DYLD_FALLBACK_LIBRARY_PATH",
"LIBPATH",
Expand Down

0 comments on commit 8749399

Please sign in to comment.