07-17-2019, 01:22 PM
I made the following docker container based on another project that has the environment preconfigured for building:
https://cloud.docker.com/repository/dock...-rockpro64
It maps your current directory as the base directory for building.
You can launch it with the following:
Once launched, you can build with the following:
https://cloud.docker.com/repository/dock...-rockpro64
It maps your current directory as the base directory for building.
You can launch it with the following:
Code:
docker run --rm --privileged -v "$(pwd)":/home/lineageos -e GIT_USER_NAME=jfloff -e GIT_USER_EMAIL=jfloff@inesc-id.pt -e LINEAGEOS_BRANCH=lineage-16.0 -ti darrank/docker-rockpro64
Once launched, you can build with the following:
Code:
. build/envsetup.sh
./build_box.sh