leanprover-community/ProofWidgets4

macOS build deadlocks nondeterministically

Open

#33 opened on Nov 8, 2023

 (2 comments) (0 reactions) (0 assignees)Lean (45 forks)auto 404
bughelp wanted

Repository metrics

Stars
 (219 stars)
PR merge metrics
 (PR metrics pending)

Description

As seen here for example. My conjecture there was that this is due to the mutex in the lakefile.lean, but reproducing it locally it seems that there is sometimes a stray npm run build -- --tsxName <blah> process that never exits. This would suggest that the issue is actually something with NPM or Rollup.js.

Contributor guide