You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests: Avoid races when building/using the NSS library
* Lock the target directory to avoid multiple tests running in parallel
trying to build the library at the same time (possibly with different
set of features or other options).
* Copy the resulting library to a temporary directory only used by the
current test, to allow other tests to reuse the target directory (so
that they don't have to rebuild it from scratch).
0 commit comments