From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-qv1-f43.google.com (mail-qv1-f43.google.com [209.85.219.43]) by mx.groups.io with SMTP id smtpd.web10.2049.1632359926085518143 for ; Wed, 22 Sep 2021 18:18:46 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@nuviainc-com.20210112.gappssmtp.com header.s=20210112 header.b=MsbMArUG; spf=pass (domain: nuviainc.com, ip: 209.85.219.43, mailfrom: rebecca@nuviainc.com) Received: by mail-qv1-f43.google.com with SMTP id a14so3231973qvb.6 for ; Wed, 22 Sep 2021 18:18:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nuviainc-com.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=WBoNGYSIyrEP8cK9/YcHm35ILO6G6o61prYTUesu8DE=; b=MsbMArUGRhk0/Mq5mwREQdSHbyo9ASBYXts+3h/LUzAvTKfQYNzz+IbOJUkERs+H+t MrIG22BO+TckQmoKSEPl/cGqqA/sMXlmjAg+iIQu1INgrWq9gPaOXlTIKenSy4nrSCL7 xuuN8W0si3lgscy5ATQ0VBspr4KT5Cof/bhknIqAYpp8z6Q/E0O61doQXK+rGhfFhiId iETyW55sjATAHQMhvB/HtD0jaFNlpv1k87tmIBnrwhcBRVq3uvVwpHlnk7q5DHhufrMV FtWniAnRKGQEH2CKXV6Sjzl5j0OkFTCsfv49uW3iSmoJBwdql1NBiNi42fb0kEfL8UZF jpcw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=WBoNGYSIyrEP8cK9/YcHm35ILO6G6o61prYTUesu8DE=; b=EDXpkZgsUbruk63zqMaAVI9w+MgyBEiGf1ekKLNH3J+3Ri/DnSWX4SgpL2VL2QG9Hh zrcJXbzBNGuFX/gp+l12YUgYLfSaEgwQUP36zy2KQrZNfhD7O7uWAvUhZ6/d3weAu4D/ CiFAa9snpPRYlPyyRpDD0yAf2BRAQG2/xowrVjHuZQlo4CTR84H4Uboj+7CSjlrhkoxX nr0fjpUwVqclSdIKBK2FRctjbdrS71Ni7/360bloIgo1879pkihsZMdHTHYQ9hBen2Iz bOU0oMaiZ6rNiDnBexHGinNKJzYuIUU0xNTxsyMaciODj9Dv7fVO33ezzL8z3LrC7syE NG9g== X-Gm-Message-State: AOAM530NWv10sOkgpHxhsZCJtOFQghqfo3kMwi3e08xNWOVlpjIFrZ/Q RqUqQLG6zBRvVprYnc2QMF5g0B8Q5pLiqdJzy0yOz6neDN56Ut/qRQndU/oZ3IC78TJdO0RMmDh uYQl38HGqpCdw+42BLjYd89jPs25ZKA6vfQ+P1m7PLhbxkWuzLwdO+W/iFNSKJTa/Aq/vpBwJ X-Google-Smtp-Source: ABdhPJzoROi99isWXhLoQqVtFtOUXqQyHZPgsvgdiHeH++gjeRC6fPyynKp7LkiuBlShSJf0Qr3kFQ== X-Received: by 2002:a05:6214:3ac:: with SMTP id m12mr2096063qvy.9.1632359924705; Wed, 22 Sep 2021 18:18:44 -0700 (PDT) Return-Path: Received: from linbox.int.bluestop.org (c-174-52-16-57.hsd1.ut.comcast.net. [174.52.16.57]) by smtp.gmail.com with ESMTPSA id l28sm2075911qtn.1.2021.09.22.18.18.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 22 Sep 2021 18:18:44 -0700 (PDT) From: "Rebecca Cran" To: devel@edk2.groups.io, Bob Feng , Liming Gao , Yuwei Chen , Sean Brogan , Sami Mujawar , Leif Lindholm , Ard Biesheuvel Cc: Rebecca Cran Subject: [PATCH v2 0/2] BaseTools: Switch ARM/AARCH64 CI gcc from Linaro to Arm Date: Wed, 22 Sep 2021 19:18:30 -0600 Message-Id: <20210923011832.14981-1-rebecca@nuviainc.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit BaseTools/Bin/gcc_[arm,aarch64]_linux_ext_dep.yaml downloads GCC releases from https://releases.linaro.org/components/toolchain/binaries/7.4-2019.02 . As indicated in the URL, those builds are from 2019 because Linaro no longer do GCC releases, with that task having moved to Arm. The Arm GCC page is https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-a/downloads, with the latest release being 10.3-2021.07. gcc_aarch64_linux_ext_dep.yaml is used when setting up a CI environment using the stuart tools. BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3594 PR: https://github.com/tianocore/edk2/pull/1909 Changes from v1 to v2: Updated LinuxGcc5ToolChain.py to fix the toolchain prefix. Rebecca Cran (2): BaseTools: Switch to downloading the ARM compiler from Arm's site BaseTools: Switch to downloading the AARCH64 compiler from Arm's site BaseTools/Bin/gcc_aarch64_linux_ext_dep.yaml | 10 +++++----- BaseTools/Bin/gcc_arm_linux_ext_dep.yaml | 10 +++++----- BaseTools/Plugin/LinuxGcc5ToolChain/LinuxGcc5ToolChain.py | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) -- 2.31.1