Skip to content

Bazel Raspbian armv7l 0.8.0 20171130

Latest
Compare
Choose a tag to compare
@ochafik ochafik released this 01 Dec 10:32
· 6 commits to master since this release

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:

Built time ~1h40min (not bad, right?)