-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize the build order to use cache better.
Verify: - Put static(ish) repository locations at the top because those do not change often - Move shasum pins to be right after version/variant declaration because they change when those change - Merge architecture detection into the verification step to save an execution step and remove the build environment portability hack Final: - install python as late as possible, after copying entrypoint so that we have cache invalidation by entrypoint changes - move the entrypoint inclusion as far down the process as we can
- Loading branch information
1 parent
3b1078d
commit 3d64ba4
Showing
1 changed file
with
28 additions
and
29 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