26153acfee
This bundles clang/lld and associated tools, configured for a mingw target, with corresponding mingw sysroots. As we already install the 'llvm' chocolatey package, which also provides clang (defaulting to a MSVC target), add this one last in the path. This lets 'clang' refer to the default MSVC-targeting tool, while one can use a GCC style triple prefixed driver name, like x86_64-w64-mingw32-clang, to use this tool. This allows setting up a much-needed mingw configuration for the libcxx CI. |
||
---|---|---|
.. | ||
agent-windows-buildkite | ||
agent-windows-vs2019 | ||
base-debian | ||
buildkite-premerge-debian | ||
stats | ||
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.