Seongjin Cho
Seongjin Cho
I'm using teamcity, where each agents run on docker containers under kubernetes. We're currently working around the issue by making a separate launcher which overrides `gitlint.utils.save_output_in_cache` with a no-op function.
I'd like to use `git lint` from CI server, where the build agent has no permissions to modify files under home dir. It would be great to have an option...
Using `--load_fast` under GKE with workload identity causes `401 Unauthorized` error in `rustboard_core::logdir` when accessing GCS buckets. It works fine if I set `--load_fast=false`.
I did some more testing, and figured out that this seems to be caused by not `--no-pre-install-wheels`, but https://github.com/pantsbuild/pants/pull/20598. As noted in https://github.com/pex-tool/pex/issues/2432, it seems like pex throws the error...
FYI, pex release https://github.com/pex-tool/pex/releases/tag/v2.4.1 fixes the underlying issue.