AutomataCI
AutomataCI copied to clipboard
RPM Package does not properly respond to `any` value for OS/ARCH
Description
When the target OS/ARCH is having any value, the RPM packager refused to package (incompatible candidate). It's likely due to mishap in safety checking.
Expected Behavior
RPM packager allows any target OS and target ARCH value.
Current Behavior
RPM packager rejects any value for both target's OS and target's ARCH.
Steps to Reproduce [COMPULSORY]
- build a polygot shell script that offers to any OS and any ARCH functionalities.
- run the CI. notice that .rpm is not packaged due to incompatible type.
Associated Data Files
No response