Skip to content

Commit b95ed77

Browse files
Merge pull request #1590 from craigcomstock/mingw-host-fix
Adjusted mingw build host to only guard on mingw_build_host class
2 parents 9dec599 + cc14471 commit b95ed77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/cfengine-build-host-setup.cf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ bundle agent cfengine_build_host_setup
4646
"rsync" comment => "added for debian-10";
4747
"systemd-coredump" comment => "added step to jenkins testing-pr job to query for coredumps on failures";
4848

49-
ubuntu_16.mingw_build_host:: # for now, only ubu16 hosts mingw builds
49+
mingw_build_host::
5050
"wine:i386";
5151
"mingw-w64";
5252
(debian_10|debian_11).systemssl_build_host::
@@ -247,7 +247,7 @@ root - core unlimited
247247
"sudo sed -ri 's/^%_enable_debug_packages/#\0/' /usr/lib/rpm/redhat/macros" contain => in_shell,
248248
depends_on => { "rpm_build_installed" };
249249

250-
ubuntu_16.!have_i386_architecture:: # mingw build host
250+
mingw_build_host.!have_i386_architecture::
251251
"${paths.dpkg} --add-architecture i386";
252252

253253
ubuntu.!have_localhost_localdomain_hostname::

0 commit comments

Comments
 (0)