]> git.proxmox.com Git - mirror_qemu.git/commitdiff
remove remaining traces of meson submodule
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 18 May 2023 15:52:25 +0000 (17:52 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 19 May 2023 18:09:21 +0000 (20:09 +0200)
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
.gitlab-ci.d/buildtest-template.yml
scripts/archive-source.sh

index 7edb50b7603575cdc21e931f679829105c0570e1..c9f2e737c09a3608392b4ead2f1f74d6b8e08f31 100644 (file)
@@ -5,10 +5,6 @@
   before_script:
     - JOBS=$(expr $(nproc) + 1)
   script:
-    - if test -n "$LD_JOBS";
-      then
-        scripts/git-submodule.sh update meson ;
-      fi
     - mkdir build
     - cd build
     - ../configure --enable-werror --disable-docs --enable-fdt=system
index 23e042dacdb36e90e9784e25f5e6e68590b34ec1..c035329154710c64c241225571d9f4dd29666374 100755 (executable)
@@ -26,7 +26,7 @@ sub_file="${sub_tdir}/submodule.tar"
 # independent of what the developer currently has initialized
 # in their checkout, because the build environment is completely
 # different to the host OS.
-submodules="dtc meson ui/keycodemapdb"
+submodules="dtc ui/keycodemapdb"
 submodules="$submodules tests/fp/berkeley-softfloat-3 tests/fp/berkeley-testfloat-3"
 sub_deinit=""