summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.d
diff options
context:
space:
mode:
authorBin Meng2022-09-08 15:28:14 +0200
committerThomas Huth2022-09-19 15:12:28 +0200
commit039fb5490695438d013b1c4ff8c63aadf441a99b (patch)
tree35c3f38121d254bd2f7d9c73fdab929577501df9 /.gitlab-ci.d
parenttests/vm: update NetBSD to 9.3 (diff)
downloadqemu-039fb5490695438d013b1c4ff8c63aadf441a99b.tar.gz
qemu-039fb5490695438d013b1c4ff8c63aadf441a99b.tar.xz
qemu-039fb5490695438d013b1c4ff8c63aadf441a99b.zip
.gitlab-ci.d/windows.yml: Drop the sed processing in the 64-bit build
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>
Diffstat (limited to '.gitlab-ci.d')
-rw-r--r--.gitlab-ci.d/windows.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.d/windows.yml b/.gitlab-ci.d/windows.yml
index da6013904a..86a4339c48 100644
--- a/.gitlab-ci.d/windows.yml
+++ b/.gitlab-ci.d/windows.yml
@@ -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'