]> git.proxmox.com Git - mirror_qemu.git/commitdiff
.gitlab-ci.d/windows.yml: Drop the sed processing in the 64-bit build
authorBin Meng <bin.meng@windriver.com>
Thu, 8 Sep 2022 13:28:14 +0000 (21:28 +0800)
committerThomas Huth <thuth@redhat.com>
Mon, 19 Sep 2022 13:12:28 +0000 (15:12 +0200)
The sed processing of build/config-host.mak seems to be no longer
needed, and there is no such in the 32-bit build too. Drop it.

Signed-off-by: Bin Meng <bin.meng@windriver.com>
Message-Id: <20220908132817.1831008-5-bmeng.cn@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
.gitlab-ci.d/windows.yml

index da6013904a9a64c49e2ae42a511faf4e75070872..86a4339c4882514683305f732bf894560ae761a4 100644 (file)
@@ -60,7 +60,6 @@ msys2-64bit:
   - $env:MSYS = 'winsymlinks:native' # Enable native Windows symlink
   - .\msys64\usr\bin\bash -lc './configure --target-list=x86_64-softmmu
       --enable-capstone --without-default-devices'
-  - .\msys64\usr\bin\bash -lc "sed -i '/^ROMS=/d' build/config-host.mak"
   - .\msys64\usr\bin\bash -lc 'make'
   - .\msys64\usr\bin\bash -lc 'make check'