File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ bundle agent cfengine_build_host_setup
46
46
"rsync" comment => "added for debian-10";
47
47
"systemd-coredump" comment => "added step to jenkins testing-pr job to query for coredumps on failures";
48
48
49
- ubuntu_16. mingw_build_host:: # for now, only ubu16 hosts mingw builds
49
+ mingw_build_host::
50
50
"wine:i386";
51
51
"mingw-w64";
52
52
(debian_10|debian_11).systemssl_build_host::
@@ -247,7 +247,7 @@ root - core unlimited
247
247
"sudo sed -ri 's/^%_enable_debug_packages/#\0/' /usr/lib/rpm/redhat/macros" contain => in_shell,
248
248
depends_on => { "rpm_build_installed" };
249
249
250
- ubuntu_16 .!have_i386_architecture:: # mingw build host
250
+ mingw_build_host .!have_i386_architecture::
251
251
"${paths.dpkg} --add-architecture i386";
252
252
253
253
ubuntu.!have_localhost_localdomain_hostname::
You can’t perform that action at this time.
0 commit comments