From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C0346138359 for ; Sat, 21 Nov 2020 09:53:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3A6EE076B; Sat, 21 Nov 2020 09:53:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C82C3E076B for ; Sat, 21 Nov 2020 09:53:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7115E340D20 for ; Sat, 21 Nov 2020 09:53:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD66244C for ; Sat, 21 Nov 2020 09:53:45 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1605952369.41674ff4508c0d7b0194e658b6854c20d427b4a9.grobian@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: / X-VCS-Repository: proj/portage-utils X-VCS-Files: .travis.yml X-VCS-Directories: / X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 41674ff4508c0d7b0194e658b6854c20d427b4a9 X-VCS-Branch: master Date: Sat, 21 Nov 2020 09:53:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b6289d2c-51c0-4797-a60c-7c941e90d8fa X-Archives-Hash: 58fcc0175374c96d57ef004f5339821e commit: 41674ff4508c0d7b0194e658b6854c20d427b4a9 Author: Fabian Groffen gentoo org> AuthorDate: Sat Nov 21 09:52:38 2020 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sat Nov 21 09:52:49 2020 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=41674ff4 travis: try new Ubuntu Focal (20.04) and the AWS Graviton2 cluster Signed-off-by: Fabian Groffen gentoo.org> .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f435dc6..2201fef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ # https://docs.travis-ci.com/ language: c -dist: bionic +dist: focal os: linux jobs: @@ -26,6 +26,10 @@ jobs: - CPPFLAGS="-I/usr/local/opt/libressl/include" - PATH="$(brew --prefix)/opt/gnu-sed/libexec/gnubin:$PATH" - PATH="$(brew --prefix)/opt/coreutils/libexec/gnubin:$PATH" + - compiler: gcc + arch: arm64-graviton2 + virt: lxd + group: edge env: global: