[dockerfiles PATCH 1/2] refresh: Use fedora-30 to perform MinGW builds

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a workaround needed as a set of MinGW packages got removed from
Fedora Rawhide. We have to keep this workaround till the packages are
not un-retired/re-added.

Signed-off-by: Fabiano Fidêncio <fidencio@xxxxxxxxxx>
---
 refresh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/refresh b/refresh
index 73b4f9e..5f3f5e3 100755
--- a/refresh
+++ b/refresh
@@ -95,11 +95,11 @@ class Dockerfile:
 
         for project in Dockerfile.PROJECTS[project_name]:
             self.projects += [project]
-            # Fedora Rawhide is special in that we use it to perform MinGW
+            # Fedora 30 is special in that we use it to perform MinGW
             # builds, so we need to add the corresponding projects as well.
             # If a specific project needs to have the MinGW variant included,
             # the corresponding value in the dictionary will be True
-            if (self.os == "fedora-rawhide" and
+            if (self.os == "fedora-30" and
                 Dockerfile.PROJECTS[project_name][project]):
                 self.projects += [project + "+mingw*"]
 
-- 
2.21.0

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux