use Pkg server and eager registry by default#29
use Pkg server and eager registry by default#29visr wants to merge 1 commit intojulia-actions:masterfrom
Conversation
This speeds up julia-buildpkg considerably. Fixes julia-actions#14
Codecov ReportBase: 100.00% // Head: 100.00% // No change to project coverage 👍
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## master #29 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 2 2
=========================================
Hits 2 2 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
|
If this is merged, in the repo settings the required status check in the branch protection rules probably need to be updated. They are also outdated right now which is why the status for them doesn't get reported. |
I've removed required checks in the meantime until this has been reviewed & merged. |
|
@DilumAluthge is this what you had in mind with this comment: #14 (comment)? |
|
I think we’ll need a couple additional tweaks. I’ll try to look into this in more detail next week. |
|
I'm still looking into this. I need to get a bit more information on how eager/conservative registries work. |
|
superseded by #31 but thanks for opening this PR! |
This speeds up julia-buildpkg considerably.
Fixes #14