Skip to content
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

dnf builddep is broken in Fedora Rawhide Github Action #465

Closed
sarroutbi opened this issue May 28, 2024 · 0 comments · Fixed by #466
Closed

dnf builddep is broken in Fedora Rawhide Github Action #465

sarroutbi opened this issue May 28, 2024 · 0 comments · Fixed by #466
Assignees
Labels
ci Continuous Integration related stuff

Comments

@sarroutbi
Copy link
Collaborator

It seems dnf builddep command is not working with installed software in Github Action corresponding to Fedora Rawhide:
https://github.com/latchset/clevis/actions/runs/9271911550/job/25508430603?pr=402

>>> Stop trigger-install scriptlet: systemd-udev-0:256~rc3-1.fc41.x86_64
Unknown argument "builddep" for command "dnf5". Add "--help" for more information about the arguments.
It could be a command provided by a plugin, try: dnf5 install dnf5-command(builddep)

Candidate seems to be:

$ sudo dnf install -y dnf-command\(builddep\)
...
Installing:
 dnf-plugins-core
...
Installing dependencies:
 python3-dnf-plugins-core
...
@sarroutbi sarroutbi added the ci Continuous Integration related stuff label May 28, 2024
@sarroutbi sarroutbi self-assigned this May 28, 2024
sarroutbi added a commit to sarroutbi/clevis that referenced this issue May 28, 2024
Resolves: latchset#465

Signed-off-by: Sergio Arroutbi <sarroutb@redhat.com>
sarroutbi added a commit to sarroutbi/clevis that referenced this issue May 28, 2024
Resolves: latchset#465

Signed-off-by: Sergio Arroutbi <sarroutb@redhat.com>
sarroutbi added a commit to sarroutbi/clevis that referenced this issue May 28, 2024
Resolves: latchset#465

Signed-off-by: Sergio Arroutbi <sarroutb@redhat.com>
sarroutbi added a commit to sarroutbi/clevis that referenced this issue May 28, 2024
Resolves: latchset#465

Signed-off-by: Sergio Arroutbi <sarroutb@redhat.com>
sarroutbi added a commit that referenced this issue May 28, 2024
Resolves: #465

Signed-off-by: Sergio Arroutbi <sarroutb@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous Integration related stuff
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant