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
In particular it seems to fail for some packages depending on scheme-lib. This makes builds very slow, many times slower.
Quick install fails when you try to build foo, which depends on bar, but when you do setup on foo, it tries to recompile some files in bar, even though bar is already compiled.
PLT_COMPILED_FILE_CHECK = "exists"; does not make this go away.
The text was updated successfully, but these errors were encountered:
clacke
changed the title
Problem: After bump to 7.3, quick install fails a log
Problem: After bump to 7.3, quick install fails a lot
Jun 23, 2019
In particular it seems to fail for some packages depending on
scheme-lib
. This makes builds very slow, many times slower.Quick install fails when you try to build foo, which depends on bar, but when you do setup on foo, it tries to recompile some files in bar, even though bar is already compiled.
PLT_COMPILED_FILE_CHECK = "exists";
does not make this go away.The text was updated successfully, but these errors were encountered: