From patchwork Mon Apr 6 13:06:57 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bin Meng X-Patchwork-Id: 237252 List-Id: U-Boot discussion From: bmeng.cn at gmail.com (Bin Meng) Date: Mon, 6 Apr 2020 06:06:57 -0700 Subject: [PATCH v2 0/3] azure/gitlab/travis: Switch to gcc 9.2.0 Message-ID: <1586178420-31046-1-git-send-email-bmeng.cn@gmail.com> This updates all CI services to use gcc 9.2.0 for build testing. Azure results: https://dev.azure.com/bmeng/GitHub/_build/results?buildId=201&view=results Gitlab results: https://gitlab.denx.de/u-boot/custodians/u-boot-x86/pipelines/2632 Travis results: https://travis-ci.org/github/lbmeng/u-boot/builds/671506792 This series depends on Docker file update for azure/gitlab: http://patchwork.ozlabs.org/patch/1266862/ This series should be applied after: http://patchwork.ozlabs.org/project/uboot/list/?series=167328 Changes in v2: - catch sunxi_monitor_none in the default case and use "none" there Bin Meng (3): video: sunxi: Change sunxi_get_mon_desc() to not return NULL for the default case buildman: Support fetching gcc 9.2.0 travis: Switch to gcc 9.2.0 .travis.yml | 40 ++++++++++++++++++------------------- drivers/video/sunxi/sunxi_display.c | 4 ++-- tools/buildman/toolchain.py | 2 +- 3 files changed, 23 insertions(+), 23 deletions(-)