From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aleksander Morgado Date: Wed, 11 Dec 2019 16:06:44 +0100 Subject: [Buildroot] [autobuild.buildroot.net] Daily results for 2019-12-09 In-Reply-To: <20191210212632.5bd43e99@windsurf> References: <20191210071814.D362187B3D@hemlock.osuosl.org> <20191210212632.5bd43e99@windsurf> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hey! > > > Is there any way I can reproduce that build locally? Not sure how to > > exactly reproduce the build with the same toolchain and build options. > > To reproduce builds: > > (1) Download the br-reproduce-build script at > http://git.buildroot.net/buildroot-test/plain/utils/br-reproduce-build > > (2) Run ./br-reproduce-build > > The is for example > 0ae6ca0b278ca1903057ff6ac31b1b70e8638b9a in > http://autobuild.buildroot.net/results/0ae6ca0b278ca1903057ff6ac31b1b70e8638b9a > > Otherwise, you can do that manually. In every build result directory, > such as > http://autobuild.buildroot.net/results/0ae6ca0b278ca1903057ff6ac31b1b70e8638b9a, > you have a file called "gitid" that contains the Buildroot commit at > which the build was done, and a file called "config" that contains the > Buildroot configuration. > > So essentially, what the br-reproduce-build script does is: > > $ git checkout $(curl http://autobuild.buildroot.net/results/0ae6ca0b278ca1903057ff6ac31b1b70e8638b9a/gitid) > $ make clean > $ curl http://autobuild.buildroot.net/results/0ae6ca0b278ca1903057ff6ac31b1b70e8638b9a/config > .config > $ make > That was extremely straightforward! Thanks for the tip. -- Aleksander https://aleksander.es