1
0
Fork 0
llvm-premerge-checks/containers
Mikhail Goncharov 46c9fefb77 rename CCACHE_PATH to CCACHE_DIR
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.
2020-08-26 14:22:37 +02:00
..
agent-debian-testing-buildkite rename CCACHE_PATH to CCACHE_DIR 2020-08-26 14:22:37 +02:00
agent-debian-testing-ssd rename CCACHE_PATH to CCACHE_DIR 2020-08-26 14:22:37 +02:00
agent-windows-buildkite add ATL component, build windows image without cache 2020-08-12 22:31:07 +02:00
agent-windows-jenkins changed the way sccache is started 2020-04-24 09:54:36 +00:00
agent-windows-vs2017 Upgrade Windows agents to Visual Studio 2019 and sccache (#162) 2020-04-21 11:46:41 +02:00
agent-windows-vs2019 add ATL component, build windows image without cache 2020-08-12 22:31:07 +02:00
base-debian use unstable debian release 2020-06-18 16:16:07 +02:00
buildkite-premerge-debian rename CCACHE_PATH to CCACHE_DIR 2020-08-26 14:22:37 +02:00
jenkins-master fixed jeninkins version 2020-04-20 21:52:07 +02:00
nginx-results added license 2019-10-07 15:32:12 +02:00
build_deploy.ps1 add ATL component, build windows image without cache 2020-08-12 22:31:07 +02:00
build_deploy.sh Forked docker image for premerge 2020-04-24 12:29:44 +02:00
build_run.ps1 fixed version file path 2020-04-24 09:54:36 +00:00
build_run.sh added persistent workspace for testing containers 2020-04-15 18:00:53 +02:00
README.md Create docker container for Windows build (#52) 2019-11-26 17:10:30 +01:00

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.