Skip to content

Conversation

@lukasberger
Copy link
Contributor

@lukasberger lukasberger commented Nov 14, 2019

Resolves #372

@lukasberger lukasberger requested a review from a team as a code owner November 14, 2019 22:00
* Add support for Platform API Version 0.2
* Extend the incompatible-platform-version check to include a minimum-supported version.
* When encountering lifecycle with platform API version 0.2 and above:
  * Stop requiring cacher when creating a new builder.
  * Remove cacher build phase.
  * Reorder analyzer and restorer build phases.
  * Change the -path cache flag name to -cache-dir.

Signed-off-by: Lukas Berger <[email protected]>
@lukasberger lukasberger force-pushed the combined-exporter-cacher-2 branch from b61580b to f2078ac Compare November 14, 2019 22:01
@lukasberger
Copy link
Contributor Author

This is an attempt to add "expocacher" support for pack while maintaining compatibility with the current platform API version. Any suggestions on how this can be made clearer appreciated!

Copy link
Member

@jromero jromero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall looks good just a few concern about how to present it. Thanks for spearheading this!

Remove the misleading MinPlatformAPIVersion variable in favor of
a supported versions slice.

Signed-off-by: Lukas Berger <[email protected]>
@lukasberger lukasberger requested review from jromero and removed request for a team November 19, 2019 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for Platform API 0.2

2 participants