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
The unit tests are fairly slow; on my desktop they take ~3m each to run. One cause is that
each run uses a separate --output_base to make them hermetic, so Bazel
has to regenerate the GHC bindist repository separately (e.g., call make install).
Nix might be able to help this, by sharing the same cache each time.
The text was updated successfully, but these errors were encountered:
The unit tests are fairly slow; on my desktop they take ~3m each to run. One cause is that
each run uses a separate
--output_base
to make them hermetic, so Bazelhas to regenerate the GHC bindist repository separately (e.g., call
make install
).Nix might be able to help this, by sharing the same cache each time.
The text was updated successfully, but these errors were encountered: