feat(mounts): Implement mounts option for Recipe and Module#716
feat(mounts): Implement mounts option for Recipe and Module#716Aex12 wants to merge 9 commits intoblue-build:mainfrom
Conversation
b43e9a5 to
ff840e2
Compare
ff840e2 to
f84e1e9
Compare
gmpinder
left a comment
There was a problem hiding this comment.
Looking good so far can you add some of this new functionality to the recipe in ./integration-test/test-repo/? That one is one that gets built in the integration tests. The one you were updating, which was needed, is for testing the schema.
|
I also left a comment in discord about updating the constant for the schema base URL. Doing that will pull the new schema changes before they get fully merged in. |
|
Hi @gmpinder, I just updated the integration tests and the schema base url constant |
|
Hi @gmpinder I just updated all the other recipes in the integration tests to include the cache mount option so that the test defined in common.yml wont fail for those tests. This should fix the integration tests not passing. |
|
I'm seeing the error message |
This PR implements the
mountsoption as proposed in blue-build/schema#16