mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
f70fc36075
* deps: update dependency bazel to v6.3.2 * deps: update dependency io_bazel_rules_go to v0.41.0 * deps: update dependency bazel_gazelle to v0.32.0 * deps: tidy all modules --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: edgelessci <edgelessci@users.noreply.github.com> |
||
---|---|---|
.. | ||
container.sh | ||
Containerfile | ||
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