Skip to content
Snippets Groups Projects
  1. Jan 18, 2021
    • Philippe Mathieu-Daudé's avatar
      shippable.yml: Remove jobs duplicated on Gitlab-CI · 977cb99a
      Philippe Mathieu-Daudé authored
      
      The following jobs are duplicated on Gitlab-CI since commit
      6bcb5fc0 ("gitlab-ci: Add cross-compiling build tests"):
      
      - IMAGE=debian-armel-cross
      
        TARGET_LIST=arm-softmmu               -> cross-armel-system
        TARGET_LIST=arm-linux-user            -> cross-armel-user
        TARGET_LIST=armeb-linux-user          -> cross-armel-user
      
      - IMAGE=debian-armhf-cross
      
        TARGET_LIST=arm-softmmu               -> cross-armhf-system
        TARGET_LIST=arm-linux-user            -> cross-armhf-user
        TARGET_LIST=armeb-linux-user          -> cross-armhf-user
      
      - IMAGE=debian-arm64-cross
      
        TARGET_LIST=aarch64-softmmu           -> cross-arm64-system
        TARGET_LIST=aarch64-linux-user        -> cross-arm64-user
      
      - IMAGE=debian-s390x-cross
      
        TARGET_LIST=s390x-softmmu             -> cross-s390x-system
        TARGET_LIST=s390x-linux-user          -> cross-s390x-user
      
      - IMAGE=debian-mips-cross
      
        TARGET_LIST=mipsel-linux-user         -> cross-mips-user
      
      - IMAGE=debian-mips64el-cross
      
        TARGET_LIST=mips64el-softmmu          -> cross-mips64el-system
        TARGET_LIST=mips64el-linux-user       -> cross-mips64el-user
      
      - IMAGE=debian-ppc64el-cross
      
        TARGET_LIST=ppc64-softmmu             -> cross-ppc64el-system
        TARGET_LIST=ppc64-linux-user          -> cross-ppc64el-user
        TARGET_LIST=ppc64abi32-linux-user     -> cross-ppc64el-user
      
      Remove them from Shippable CI.
      
      Signed-off-by: default avatarPhilippe Mathieu-Daudé <f4bug@amsat.org>
      Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
      Acked-by: default avatarAlex Bennée <alex.bennee@linaro.org>
      Message-Id: <20210108145103.269353-1-f4bug@amsat.org>
      Message-Id: <20210114165730.31607-4-alex.bennee@linaro.org>
      977cb99a
    • Alex Bennée's avatar
      Makefile: add GNU global tags support · b8a32254
      Alex Bennée authored
      
      GNU Global is another tags engine which is more like cscope in being
      able to support finding both references and definitions. You will be
      un-surprised to know it also integrates well with Emacs.
      
      The main benefit of integrating it into find-src-path is it takes less
      time to rebuild the database from scratch when you have a lot of build
      directories under your source tree.
      
      Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
      Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
      Message-Id: <20210114165730.31607-3-alex.bennee@linaro.org>
      b8a32254
    • Philippe Mathieu-Daudé's avatar
      tests/docker: Remove Debian 9 remnant lines · 8714e811
      Philippe Mathieu-Daudé authored
      
      Debian 9 base container has been removed in commits
      e3755276 and c9d78b06. Remove the last remnants.
      
      Fixes: e3755276 ("tests/docker: Remove old Debian 9 containers")
      Signed-off-by: default avatarPhilippe Mathieu-Daudé <f4bug@amsat.org>
      Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
      Reviewed-by: default avatarThomas Huth <thuth@redhat.com>
      Reviewed-by: default avatarWillian Rampazzo <willianr@redhat.com>
      Message-Id: <20210107072933.3828450-1-f4bug@amsat.org>
      Message-Id: <20210114165730.31607-2-alex.bennee@linaro.org>
      8714e811
  2. Jan 15, 2021
Loading