-
Notifications
You must be signed in to change notification settings - Fork 440
RPM build check #648
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RPM build check #648
Conversation
I made the install use the local version, because it would download the latest release otherwise. The test failures are due to install.sh not being installed (which is expected) and due to something with alma not working in the timeout test. This can be reproduced without using RPM, so I think it is unrelated. |
Is there anything else I can do here to support this merge? |
I only need to find time to finish this. I am thinking about using the new tagging feature to exclude the setup tests. Maybe you can look into the reason for the Alma related error. It is locally reproducible in a container. |
They don't work because BATS_ROOT does not contain install.sh as it does not need to be installed.
Thanks for your contribution. |
Thanks for maintaining bats so well. |
Workflow that builds, installs and test-runs bats on AlmaLinux 8
Migrates #646 from Ubuntu runner to AlmaLinux container
Also contains #645