-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
patches: Clone repo once instead of downloading patches individually.
Improve the performance of the patch phase of the install process by doing a single shallow clone of the repo, rather than downloading all needed files individually. A side benefit of this is that we can now also force the CI to build the version of a module in the checked out version of the repo, which is useful for anything besides a commit to master (e.g. PR to master, or a commit/PR to a different branch). Previously, they would all download the master version, and to test a different build, the PR would have to be temporarily modified to include the proper version.
- Loading branch information
1 parent
2e6e503
commit 9ac4543
Showing
2 changed files
with
44 additions
and
15 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