Skip to content

Commit 867ccdf

Browse files
jleboncgwalters
authored andcommitted
ci: Temporarily use libsolv-0.7.17
We need to make sure that we can work with newer libsolv, which changed how the rpmdb is found (see coreos#2548).
1 parent 8a2f281 commit 867ccdf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.cci.jenkinsfile

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ parallel insttests: {
4141
# include our built rpm-ostree in the image
4242
mkdir -p overrides/rpm
4343
mv *.rpm overrides/rpm
44+
# for now, we cherry-pick newer libsolv to test that it correctly detects our rpmdb
45+
# https://github.com/coreos/rpm-ostree/issues/2548
46+
(cd overrides/rpm && curl -LO https://kojipkgs.fedoraproject.org//packages/libsolv/0.7.17/1.fc33/x86_64/libsolv-0.7.17-1.fc33.x86_64.rpm)
4447
coreos-assembler fetch
4548
coreos-assembler build
4649
""")

0 commit comments

Comments
 (0)