-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: attempt to fix mod not found issue via delays
Currently there's a likely race condition when the dependencies are being resolved, where the final build on the resolved projects fails although the resolved project is correct. This is likely due to the dependencies file updates that might happen when Scarb build happens which causes some dependency to go missing in the middle of the build. A quick fix is just to add a artificial delay in order to hopefully wait until the files are fully updated before the build runs. This is of course non-deterministic and not ideal, but we are aiming to address this in the future by not relying on the files to be updated to build.
- Loading branch information
1 parent
6f98ae9
commit f00479e
Showing
2 changed files
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters