Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.bazelrc: fix redundancy that caused a Bazel crash (#275)
Not really sure why, but specifying JWT authentication flags multiple times causes Bazel to crash with no output, exit code 37. Remove the redundant --config=opal_auth from the opal_bes and magnesite_bes configurations. Add to test-all.py when remote execution is disabled. I think we don't see this in CI because credential helper flags are safe to specify more than once but --remote_header is not. For linear/PE-2268
- Loading branch information