Built on a Raspberry Pi 3 with Raspbian GNU/Linux 9 (stretch)
(uname -m
: armv7l
):
set -ex
sudo apt-get update
sudo apt-get install -y automake g++ libtool make curl git python unzip wget zip
sudo apt-get autoremove
sudo apt-get clean
git clone https://github.com/ochafik/bazel.git -b build-from-scratch --depth=1
cd bazel
bash ./compile.sh
Version built:
-
Fork commit (https://github.com/ochafik/bazel/commits/build-from-scratch):
-
Corresponding upstream commit (https://github.com/ochafik/bazel/commits/master):
(a couple of days after Bazel release 0.8.0, that is)
Built time ~1h40min (not bad, right?)