Releases: bincrafters/bincrafters-package-tools
Releases · bincrafters/bincrafters-package-tools
Remove args from parameters
Update CI vars Signed-off-by: Uilian Ries <[email protected]>
Fix boolean treatment for env vars
Merge pull request #14 from bincrafters/hotfix/boolean Update upload condition
Fix support for CPT > 0.17
Enable versionless recipes
New recipes done with python_requires (including new modular boost) will not have a version in the recipe itself. This was causing an error, as the recipe was always being parsed for a version, even though if a version was found in branch name, the recipe version was not used. This version fixes that.
Build policy support
Add build policy as builder argument
Revert default Conan login username
Fixes
- Prevent to break users using conan login username
Bincrafters' Login username
Features
- Add Bincrafters' login username to avoid to set on each new project by env var
Only build x86_64 on MacOS
Add new important rule:
- When CONAN_ARCHS is not defined, then use only x86_64
Also, I added new tests running over both 3 platforms.
Patched for Conan issue 2391
- Workaround conan-io/conan/issues/2391
- Patch should be forward-compatible with future fix
Only upload packages when create tag
Avoid to upload non-tags