You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once the discussions tab is open (#1150) this can be moved here.
Thank you for this package! It's great and solves my issue. I was using boa to build a conda package but it keep timing out in CI. I recently switch to ratter-build with great success. I want to document somethings I learn along the way to help anyone else trying this.
Switching the boa/recipe.yaml to a rattler build recipe.yaml took me a little bit as I have to look up some expected fields for the spec. My recipe is fairly basic so only have to switch a few things
Once the discussions tab is open (#1150) this can be moved here.
Thank you for this package! It's great and solves my issue. I was using boa to build a conda package but it keep timing out in CI. I recently switch to ratter-build with great success. I want to document somethings I learn along the way to help anyone else trying this.
Switching the boa/recipe.yaml to a rattler build recipe.yaml took me a little bit as I have to look up some expected fields for the spec. My recipe is fairly basic so only have to switch a few things
source.git_url -> source.path
->
test.imports -> tests.python.imports
->
about.home -> about.homepage
->
In CI I switched from:
to
Note I have a mypkg-base with no deps and mypkg will full deps.
The text was updated successfully, but these errors were encountered: