Added
- Nextest now sets
NEXTEST_LD_*andNEXTEST_DYLD_*environment
variables to work around
macOS System Integrity Protection sanitization.
Fixed
- While archiving build artifacts, work around some libraries producing linked paths that don't exist (#247). Print a warning for those paths instead of failing.
Changed
- Build artifact archives no longer recurse into linked path subdirectories. This is not a behavioral change because
LD_LIBRARY_PATHand other similar variables do not recurse into subdirectories either.