| commit | 8818f2a6b7a52f40de5ef41213aba07f91f083ad | [log] [tgz] |
|---|---|---|
| author | Chi Wang <chiwang@google.com> | Tue Jun 13 08:41:59 2023 +0000 |
| committer | GitHub <noreply@github.com> | Tue Jun 13 10:41:59 2023 +0200 |
| tree | 2b381e60000976c37aefaf1d7ef4ed590c623ceb | |
| parent | 3d5c0212010cfecc71d611f30a4bf05190c2d7c9 [diff] |
Replace --bes_instance_name with --project_id (#1692) Since we need to support old Bazel versions that don't have `--bes_instance_name`. A better fix could be detecting the Bazel version and apply `--project_id` or `--bes_instance_name` respectively. But `--project_id` has not been removed, this workaround should be legit. Test Run: https://buildkite.com/bazel-testing/bazel-bazel/builds/8505 Fixes https://github.com/bazelbuild/continuous-integration/pull/1689#issuecomment-1588226690.