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

containers/ws: Fix build on Fedora 41 #21448

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

martinpitt
Copy link
Member

dnf5 changed --installroot behaviour that it now only considers the repositories in the root instead of the host. This broke the container build.

Unfortunately my fix for that [1] got lost in a git pilot failure, mea culpa!

[1] #21360 (comment)


See https://github.com/cockpit-project/cockpit/actions/workflows/build-ws-container.yml - after that lands, I'll do a hack to fix the container build for 331, as it now builds from the latest tag instead of main.

Tested locally with podman build -t localhost/ws containers/ws

dnf5 changed `--installroot` behaviour that it now only considers the
repositories in the root instead of the host. This broke the container
build.

Unfortunately my fix for that [1] got lost in a git pilot failure, mea
culpa!

[1] cockpit-project#21360 (comment)
@martinpitt martinpitt added the no-test For doc/workflow changes, or experiments which don't need a full CI run, label Dec 18, 2024
@martinpitt martinpitt requested a review from jelly December 18, 2024 11:07
Copy link
Member

@jelly jelly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@martinpitt martinpitt merged commit 7ebd599 into cockpit-project:main Dec 18, 2024
32 checks passed
@martinpitt martinpitt deleted the fix-container branch December 18, 2024 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-test For doc/workflow changes, or experiments which don't need a full CI run,
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants