mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
ab257944f9
The actual python version used in bazel is hermetic after this PR. However, we still require a host python toolchain for bootstrapping (this will be fixed soon upstream) and host wide glibc (+ libcrypt.so.1). |
||
---|---|---|
.. | ||
container.sh | ||
Containerfile | ||
Makefile | ||
README.md |
Bazel build container
This container enables running Bazel inside a container, with the host cache mounted.
To use the container, run
source container.sh
startBazelServer
You can then execute Bazel commands like you normally would do, as the sourced bazel
function shadows binaries you might have in your path:
bazel query //...
To terminate the container, which is running as daemon in the background, execute
stopBazelServer