Add package build tool definitions - #170
Conversation
andrew
left a comment
There was a problem hiding this comment.
Thanks — this matches the issue file-list closely and the tests cover each signal on all three platforms.
One thing before merge:
knowledge/_shared/conda-build.toml detects recipe/recipe.yaml / recipe/recipe.yml, which is the CEP-13 v1 recipe format. conda-build itself cannot read that format — only rattler-build can — so a repo whose only signal is recipe/recipe.yaml (the fixture in this PR) is reported with run = "conda-build .", which fails against that file. Please add "rattler-build build" to commands.alternatives.
|
Thanks, Fixed. |
andrew
left a comment
There was a problem hiding this comment.
Thanks — rattler-build alternative and test look good.
Closes #146
Summary
meta.yaml,meta.ymland legacy/v1recipe/layouts..SRCINFO,.AURINFOand.PKGINFO.debian/controland*.dsc.+COMPACT_MANIFEST.Testing
go build ./...go test -race ./...golangci-lint run ./...git diff --check