Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: explicitly build binary for TeamCity nightly tests
The TeamCity nightly tests depend on the "publish bleeding edge" build, which pulls in a ton of additional builds (e.g. for multiple OSes) that we don't really need to run the nightlies. This can cause unrelated build failures to fail the nightly tests. This patch explicitly builds a CRDB binary in `teamcity-nightly-roachtest.sh` such that the build can be decoupled from "publish bleeding edge". This is a temporary mitigation until the TeamCity builds and dependencies are cleaned up. Touches https://cockroachlabs.atlassian.net/browse/DEVINF-16. Touches #64263. Release note: None
- Loading branch information