From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0EF1EC433F5 for ; Fri, 15 Oct 2021 11:52:02 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id DC9F560F9F for ; Fri, 15 Oct 2021 11:52:00 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org DC9F560F9F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 056698380F; Fri, 15 Oct 2021 13:51:58 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="TMGEO0h2"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 93B7D8380F; Fri, 15 Oct 2021 13:51:56 +0200 (CEST) Received: from mail-qt1-x835.google.com (mail-qt1-x835.google.com [IPv6:2607:f8b0:4864:20::835]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 2323583479 for ; Fri, 15 Oct 2021 13:51:53 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qt1-x835.google.com with SMTP id g17so245566qtk.8 for ; Fri, 15 Oct 2021 04:51:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=snNzgUf2dWPjBg51FBlZ+2blCPzPeev4+DEh6iey48Y=; b=TMGEO0h2f1/D+gkEdSq741QQxU8Z7+kCRRl6wCMViIedC5KyRMAbwTCbUy2pz1dz9B fBHWASzaokgz0y142zt5U/P9kJrsYRn6N3ExwljTNdRGSgxT+y5rsxeQLha7mjwEHGdM 4o5q+xxyL8HEeo6dWr7t9NsZy7HP10Qq16NRE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=snNzgUf2dWPjBg51FBlZ+2blCPzPeev4+DEh6iey48Y=; b=LIB/e7S8sJfiYqSndYGM0MK/rWouSxlHxuxrA+I9MKBspuMWvKozhBwSezUDFegoGU rkU0xMLsPE6de9unbXMXE9a/wdb77iP1xPCu/B6hciFTxxSqYyPbu2JKJ9XhWpBRomU0 4TK1Jdrx8A0QCJvXSGL1Syi2IMKVN1anbC0BDi0Jd72NEhCEPUm4LswxR1F3cnc50FOr iWzOQglAHaOHZYTL4oHlJaUMVRngZZScPYblU2+HPF+WAmZkiBgmHbYA6UuJnOXSe+Fq m0amTgJ3VvrwOQFZdIRYSFv1asK4zvr2XvIy5Qlu7b6Fa02r8hcutME90g7OPowwoVyM TrTg== X-Gm-Message-State: AOAM532Y2WY9su0YUvVLUQ0PmdjSREaeZo/3odDa3kfQFB5l1zeZhSee WMQrZybMkDTSN2NfgFR7WRnwUv0SrHmLKg== X-Google-Smtp-Source: ABdhPJwgvRvmb8ewDDYVe+3kBr6Oq/eTdJmuC9Ybu3L3kWD/LXhHODl320ZHODNLznw5730zsb/Yig== X-Received: by 2002:a05:622a:2d3:: with SMTP id a19mr12225585qtx.259.1634298711640; Fri, 15 Oct 2021 04:51:51 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-f8b0-5c25-4d47-ecdb.res6.spectrum.com. [2603:6081:7b01:cbda:f8b0:5c25:4d47:ecdb]) by smtp.gmail.com with ESMTPSA id e10sm406111qtx.66.2021.10.15.04.51.50 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 15 Oct 2021 04:51:51 -0700 (PDT) Date: Fri, 15 Oct 2021 07:51:49 -0400 From: Tom Rini To: u-boot@lists.denx.de Subject: Re: [PATCH] CI: Update to LLVM-13 Message-ID: <20211015115149.GN7964@bill-the-cat> References: <20211005175138.13507-1-trini@konsulko.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="A1CanDBq8HJc8xGc" Content-Disposition: inline In-Reply-To: <20211005175138.13507-1-trini@konsulko.com> X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean --A1CanDBq8HJc8xGc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 05, 2021 at 01:51:38PM -0400, Tom Rini wrote: > - Switch sources and CI scripts to install and use LLVM-13 > - Update to latest "focal" tag. >=20 > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! --=20 Tom --A1CanDBq8HJc8xGc Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmFpa1UACgkQFHw5/5Y0 tyyY+wwAn/RDfGm5c24TkSnY7PQO8pwlaSCXC7Qdehc+npJO/0Yto3MZ/w53d2NR c5Ky9z8osFPlvsfzxwT0GGZg6wOChkKJulZlbCMJEEQrmUBcVKv8Dq1r2gHcIz84 SAPEKQi/Lti2tTgLGNTOj10CZze0mRme1tcY2nJJbuDcAIk8MWvUFhd8Fm/ipch+ TvqwyGMNhT5o/iVD3nlWYIrwDOk8Y+3gMmvUdEDfisKKrCC18p7HfsN+oVIWNkIw e3yA7HKJ6sXiepb4byLo6ZCN2Sf3fKkRd4hXaeNG0tU9MZOXt65E+IN0gXB1nUDY XcckfPHuaLT3ggtCtGF2yjjogBgtxwYc0iJrw1UoMh5OhoVJwqd6FABUbh+JGESa hozXa8sS4zAO48y9jAztibT/eEsU7ET+5KEa1I27tryLLXq2FrzE9zc+g7uXfBMS PRXvKqbBuc9d8Bq9AgajCXiKVP2yUKFrq1a6Pj3Gfpg+ZA4ig3IIDQ5NjTXJk7j4 +EXWYZJb =LxG9 -----END PGP SIGNATURE----- --A1CanDBq8HJc8xGc--