-
Notifications
You must be signed in to change notification settings - Fork 11
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
Packit/RPM: Initial add of config and rpm spec #15
Conversation
Ephemeral COPR build failed. @containers/packit-build please check. |
d448e14
to
ff5973a
Compare
dbda63c
to
30e4cd8
Compare
rust on rhel9 is 1.71 while crun-vm needs 1.74. Disabling epel build targets for now. |
Good to go. rpm built in copr installs |
Also, might wanna consider doing a 0.0.1 release or whatever to get official Fedora packaging going. Not a requirement but could be nice to have instead of just building a commit id. |
@lsm5 Needs a rebase. |
Added unit test runs on each target using TMT. lmk if it's overkill. |
24a7274
to
4119c68
Compare
Include validate and unit tests using TMT. Also cleanup a leftover double quote in test.sh from previous commit. Signed-off-by: Lokesh Mandvekar <[email protected]>
@albertofaria @rhatdan PTAL |
Thanks, LGTM. |
crun-vm is now installable via https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/build/6963842/ |
We are off to the races. |
Include validate and unit tests using TMT.
Also cleanup a leftover double quote in test.sh from previous commit.