-
Notifications
You must be signed in to change notification settings - Fork 321
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2844: fix(sdf-server): install builtins serially r=zacharyhamm a=zacharyhamm We have to install our builtins serially or shared functions will be duplicated for each builtin. We could probably solve this with some clever locking, however this is the fastest way to get this fixed. This increases builtin installation time to about 70 seconds for me. Co-authored-by: Zachary Hamm <[email protected]>
- Loading branch information
Showing
1 changed file
with
29 additions
and
33 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