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
* [Auditor] Make running the auditor multithreaded
* [Auditor] Put lock around use of sandbox mounted on shared directories
* [Auditor] More parallelism
* Require more thread-safe BinaryBuilderBase
* [Auditor] Remove legacy code
* [Auditor] Use `patchelf` from `Patchelf_jll` instead the one inside the sandbox
* Adapt test to error being thrown inside a task
* [AutoBuild] Properly quote `timer` as a string
* [Auditor] Put lock around all logging macros
* [Auditor] Use `ldid_jll` to avoid calling the executable inside the sandbox
* Revert "[Auditor] Use `ldid_jll` to avoid calling the executable inside the sandbox"
This reverts commit 583af47.
* [Auditor] Remove threading from libtool pass
There seems to be some issues with threading, tests don't pass, but this should
also not be a time-critical pass, so making it serial shouldn't be _too_ bad.
* [Auditor] Use `@spawn` instead of `@threads` for better load balancing
* Revert "[Auditor] Use `@spawn` instead of `@threads` for better load balancing"
This reverts commit bfbe34e.
* [Auditor] Introduce helper function for running external commands
* Bump version number
0 commit comments