Skip to content

Commit

Permalink
fix: added LD_LIBRARY_PATH to default forwarded env vars (#8412)
Browse files Browse the repository at this point in the history
### Description

Fixes #8411

<!--
  ✍️ Write a short summary of your work.
  If necessary, include relevant screenshots.
-->

### Testing Instructions

<!--
  Give a quick description of steps to test your changes.
-->

Works on my machine:tm:

---------

Co-authored-by: Chris Olszewski <[email protected]>
  • Loading branch information
GauBen and chris-olszewski committed Jun 11, 2024
1 parent 205d9ee commit 23733a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/turborepo-lib/src/task_hash.rs
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,9 @@ impl<'a> TaskHasher<'a> {
"PWD",
"CI",
"NODE_OPTIONS",
"LD_LIBRARY_PATH",
"DYLD_FALLBACK_LIBRARY_PATH",
"LIBPATH",
// Vercel specific
"VERCEL_*",
"NEXT_*",
Expand Down

0 comments on commit 23733a8

Please sign in to comment.