From owner-svn-src-head@freebsd.org Thu Sep 17 22:35:31 2020 Return-Path: Delivered-To: svn-src-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 688B03F008B; Thu, 17 Sep 2020 22:35:31 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io1-f46.google.com (mail-io1-f46.google.com [209.85.166.46]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BssHR0bXlz3Twd; Thu, 17 Sep 2020 22:35:30 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io1-f46.google.com with SMTP id g128so4207969iof.11; Thu, 17 Sep 2020 15:35:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=j8t0dMeHdV7uXIldCseJF+u7pw+XQhcM45/YiOzwQbU=; b=n7g9jq8CMr36rixhIbDofaq0Jlw9q189HYQpN6gpl50Mf8zVhSzSfmGmQ/9KBN4OOb cmi9gf3vX3nL+aJyfEnO6ae9xEIYos73fk+3iVfhL8lkwhHYRIsLjcHDwjDSMbSBXx4i bx76YwmmIs9I7Lo8ybpcCuHJMz7UC5d2c6FpEmn5QBSaiCnABBISECJtZn/AKH66sKTq krTQTbUMotrcXDPobnlwgxxFSonPZJQm7qyRN4fGFSVmHqQLJdsrxewdZkXlcI7dM0cd qL22WitGQ9ja+JSVvnSECJpGxsuR9IACgcvCDLRUQA+GsOiq2LYw5Iew4pDs2xXEIT37 djSw== X-Gm-Message-State: AOAM532rlEzE4+NkIH9LGxJpSg6AkBsFc/vYTkJmqZpJQZpzr6OxAASK IUD8quElwccXpuUbKppnvAUXxSYCK6+SnRxDl+UGa3Vg X-Google-Smtp-Source: ABdhPJyPkOwg08Np4cNqkyXmRMs9he53aE5twkhIr8VtdbFLPRjTMHSt78Nq/KKIHhE8jpipPGZb1u9oXtc5+WIZ7uQ= X-Received: by 2002:a5d:8352:: with SMTP id q18mr25828151ior.31.1600382129174; Thu, 17 Sep 2020 15:35:29 -0700 (PDT) MIME-Version: 1.0 References: <202009171847.08HIlNXa015641@repo.freebsd.org> In-Reply-To: From: Ed Maste Date: Thu, 17 Sep 2020 18:35:17 -0400 Message-ID: Subject: Re: svn commit: r365846 - head To: Kyle Evans Cc: src-committers , svn-src-all , svn-src-head Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4BssHR0bXlz3Twd X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US] X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Sep 2020 22:35:31 -0000 On Thu, 17 Sep 2020 at 15:07, Kyle Evans wrote: > > Is there any way we can sneak a r/o src tree build in here? I've had a > PR open to do this in our Jenkins builds for a couple years, but > without any ability to test it myself I suspect it'll continue > unmerged. Cirrus-CI does the git clone for us and it is done as root, so we should in effect have a RO src tree here. I'll confirm sometime later on.