act run failed with 'terminate .... ' error #2728
Closed
solsticedhiver
started this conversation in
General
Replies: 1 comment
-
This is because of a bug of rpm (or dnf) rpm-software-management/dnf5#2085 The work-around is to prepend the faulty dnf commnand with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to build a flatpak. I just updated an old github action/workflow to do so.
I am trying to run it in act 0.2.76 and docker 28.0.4-2 (on archlinux latest using 6.1.13 kernel), it ends abruptly at the step when I make it run
dnf install ...
It uses
bilelmoussaoui/flatpak-github-actions:freedesktop-24.08
and I run
sudo dnf install -y ninja-build gtk3-devel cmake clang jq curl pkgconf mpv-devel mpv-libs mpv lzma-sdk
When I do that in a docker container directly, it works fine. But when I run it act, that steps is aborted when beggining to install the package:
I don't know what is going on, and what is wrong
Beta Was this translation helpful? Give feedback.
All reactions