Skip to content

Releases: ochafik/rpi-raspbian-bazel

Bazel Raspbian armv7l 0.8.0 20171130

01 Dec 10:32
Compare
Choose a tag to compare

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?)