nextest-runner 0.8.1
·
2596 commits
to main
since this release
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_PATH
and other similar variables do not recurse into subdirectories either.