From owner-freebsd-current@freebsd.org Sun Aug 19 00:50:57 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8EC91107B0DE for ; Sun, 19 Aug 2018 00:50:57 +0000 (UTC) (envelope-from 0ffb41o@gmail.com) Received: from mail-pl0-x229.google.com (mail-pl0-x229.google.com [IPv6:2607:f8b0:400e:c01::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1209D7F591 for ; Sun, 19 Aug 2018 00:50:57 +0000 (UTC) (envelope-from 0ffb41o@gmail.com) Received: by mail-pl0-x229.google.com with SMTP id u11-v6so5375530plq.5 for ; Sat, 18 Aug 2018 17:50:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:reply-to:from:date:message-id:subject:to:cc; bh=j3/HvFPiu9UDAVyg80TMzD6NMg3bkuVfcDxHu7ywOJg=; b=Zmcpr0cKI+cCuH8ta+W0bO/8sTLD2OmVRwUm9TQyjE9Z9FKU1qaftN494JOFyUQZYA ZyMlzkLZATrxa9ZxZmHYbkFdpAQEFljRrZ+HGo61R8SkY568ye4mRgiWquDkhvu4A5jR eFGiH6W+JC73RC3z2dDlDTvAHhJjB7jEmptxWOKtmg6p5FsrY3zuJ1W+Yv4kPMA6r4bn 2MSQYPqESTJ1u3Yd9AoB9+2su53A4m+TFdVqkX9/g3zIFGlotIH8cPfQY/2OEhFiCB0c mnumxS0E1xn9s8OafndEOr1m8OCRSUQ2vUOYqwGzx6MHVvhUXz9qam8A7JndrR/sZsrg C9Sg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:from:date:message-id :subject:to:cc; bh=j3/HvFPiu9UDAVyg80TMzD6NMg3bkuVfcDxHu7ywOJg=; b=lIJUnDCE0GGqoOo3nUXsNDCeBPSEHZYl4SQJQByH7/3pEmgD6APIjUWMcvpWLNv5pm aqkgPLGnPAMrBahsNaGm/Ckm08P1mHYJ6qqF6hqbiK6FFKP41pJW/MwTQY7t9z0g9Imo nscO6FyzmL4eueWsFQrDmL7k6NPPtKEqy+2B/EYbCB6R/0SQfgm1yEDa19hdn1GUE286 cn+Y74z/5jdfDrU/nJSFylxRb0DfaYwOjUJGxwBba8KGOAQElrt5z817MOZ1/LsCw+nB 7BDj0bAvaHrtUmgAFT6O+IxAqkslElWVm7ic+alsk61Ylk7zq1oBOsEhXOi3DOFpbSDx Jb3Q== X-Gm-Message-State: AOUpUlEdhZRWHr6YcOrwsmnwLzu7xMaaqssADQTfFGgC7E9iEqk1GCip V0bc7gr1wuAZm7E9i+v4C9Bzw58CaNbc3LsZz4bpWNY= X-Google-Smtp-Source: AA+uWPx3OgExcUhf5WEPE2g0b7AP32CgyUKXsbaM4h76rFIrzJowN1Z2RP9Fvmn/zvHwWDX3RRlHwiybaFzJvhiGEoY= X-Received: by 2002:a17:902:758a:: with SMTP id j10-v6mr39345402pll.281.1534639856181; Sat, 18 Aug 2018 17:50:56 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a17:90a:7108:0:0:0:0 with HTTP; Sat, 18 Aug 2018 17:50:35 -0700 (PDT) Reply-To: mike@app.leby.org From: Mike Appleby <0ffb41o@gmail.com> Date: Sat, 18 Aug 2018 19:50:35 -0500 Message-ID: Subject: Re: Sharing compiled builds between multiple 12-CURRENT boxes. To: Dhananjay Balan Cc: freebsd-current@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2018 00:50:57 -0000 On Sat, Aug 18, 2018 at 5:34 PM, Dhananjay Balan wrote: > Hi, > > I run 12-CURRENT on few machines, some more powerful that other (all > of them x86_64, march varies). > > Is there is a way to avoid building CURRENT on all machines? Rather > than building everywhere, can I just build it on the big server that I > have and copy and update my laptop? > I've never actually tried it myself, but the following section of the handbook outlines one possibility for doing this via NFS: https://www.freebsd.org/doc/handbook/small-lan.html