46c9fefb77
https://ccache.dev/manual/3.7.11.html#_configuration uses CCACHE_DIR to set cache directory. CCACHE_PATH has a different meaning. + removed LLVM_CCACHE_DIR ccache argument to use CCACHE_DIR from env. + print additional info about ccache config and machine readable stats. |
||
---|---|---|
.. | ||
agent-debian-testing-buildkite | ||
agent-debian-testing-ssd | ||
agent-windows-buildkite | ||
agent-windows-jenkins | ||
agent-windows-vs2017 | ||
agent-windows-vs2019 | ||
base-debian | ||
buildkite-premerge-debian | ||
jenkins-master | ||
nginx-results | ||
build_deploy.ps1 | ||
build_deploy.sh | ||
build_run.ps1 | ||
build_run.sh | ||
README.md |
Overview
This folder contains files related to the machines running the build/test/checks for the merge guards.
Scripts
The scripts are written in bash (for Linux) and powershell (for Windows).
build_run.(sh|ps1)
Build the docker image and run it locally. This is useful for testing it.
build_deploy.(sh|ps1)
Build the docker and deploy it to the GCP registry. This is useful for deploying it in the Kubernetes cluster.