diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-05-01 22:06:50 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-05-01 22:06:50 +0800 |
| commit | 69efc726848cb6063efa9287ef7720747dd10d6a (patch) | |
| tree | 0f29867db9faa51d30ccef18bc35c80bf18528a8 /repos/extra/qemu | |
| parent | 12320ff72ea2fa8370694061680fb827feefca02 (diff) | |
| download | alicelinux-69efc726848cb6063efa9287ef7720747dd10d6a.tar.gz alicelinux-69efc726848cb6063efa9287ef7720747dd10d6a.zip | |
qemu: disable test
Diffstat (limited to 'repos/extra/qemu')
| -rw-r--r-- | repos/extra/qemu/abuild | 8 | ||||
| -rw-r--r-- | repos/extra/qemu/depends | 1 |
2 files changed, 8 insertions, 1 deletions
diff --git a/repos/extra/qemu/abuild b/repos/extra/qemu/abuild index 44485271..add2943f 100644 --- a/repos/extra/qemu/abuild +++ b/repos/extra/qemu/abuild @@ -4,3 +4,11 @@ release=1 source="https://download.$name.org/$name-$version.tar.xz" build_type=configure_build build_opt="--target-list=x86_64-softmmu --disable-gtk --enable-slirp --audio-drv-list=alsa" + +prebuild() { + # avoid depends on bash + sed 's/bash.*/sh/' -i Makefile + + # disable tests + sed "/subdir('tests/d" -i meson.build +} diff --git a/repos/extra/qemu/depends b/repos/extra/qemu/depends index c51c74c4..9b29612a 100644 --- a/repos/extra/qemu/depends +++ b/repos/extra/qemu/depends @@ -1,6 +1,5 @@ alsa-lib sdl2 pixman -bash libslirp dtc |