dmnks created an issue (rpm-software-management/rpm#4213)

Right now, we override the distro version of the base image to the one running 
on the host when the test-suite runs in native mode (i.e. reusing the local 
cmake build). This is done to ensure that the runtime deps in the image match 
the build deps on the host (especially shared libraries), however it's prone to 
error since the Dockerfile has not been written with that particular base image 
in mind.

Instead, let's just make it explicit, by simply requiring the base image to 
match the host exactly, and if it doesn't, fall back to the non-native mode 
where the build is containerized (i.e. what we do in the CI).

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/4213
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/issues/[email protected]>
_______________________________________________
Rpm-maint mailing list
[email protected]
https://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to