Date: Sat, 18 Aug 2018 16:36:15 -0700 From: Cy Schubert <Cy.Schubert@cschubert.com> To: Dhananjay Balan <mail@dbalan.in> Cc: freebsd-current@freebsd.org Subject: Re: Sharing compiled builds between multiple 12-CURRENT boxes. Message-ID: <201808182336.w7INaF5J088304@slippy.cwsent.com> In-Reply-To: Message from Dhananjay Balan <mail@dbalan.in> of "Sun, 19 Aug 2018 00:34:20 %2B0200." <20180818223420.rjisst4vuxzxbcrl@kazhap>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <20180818223420.rjisst4vuxzxbcrl@kazhap>, Dhananjay Balan writes: > 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? You can use NFS or rsync. Make sure the src and obj path names are exactly the same on all thes servers. I used to use NFS until a year or two ago when I started using different patches on different machines. On occasion I've used rsync followed by a NO_CLEAN, WORLDFAST, KERNFAST build on the target machine or simply installkernel and installworld. -- Cheers, Cy Schubert <Cy.Schubert@cschubert.com> FreeBSD UNIX: <cy@FreeBSD.org> Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808182336.w7INaF5J088304>