Commit 9a6ec00
authored
Force
There are at least two issues causing CI to be 🔴 atm:
1. [See
example](https://mnf.buildbuddy.io/invocation/92c4f0ed-72f3-4cf7-a941-43ae28448acb?target=%2F%2FLib%3Agen_Lib.swift&targetStatus=3#@1).
Repro:
```sh
cd examples/integration
bazel clean && USE_BAZEL_VERSION=last_green bazel build //Lib:gen_Lib.swift
```
2. [See
example](https://mnf.buildbuddy.io/invocation/f51fedc6-8204-4707-8954-a1ea1f40bf35#@191).
Repro:
```sh
# From root
bazel clean && USE_BAZEL_VERSION=last_green bazel build //test/internal/bazel_labels:normalize_tests_test_2
```
I confirmed that
bazelbuild/bazel@dd2464a
is the last commit that does not hit the issues above. Commit
bazelbuild/bazel@3fddc7f
is the first one that repros the above (i.e. you'll also hit the issues
above if you replace `last_green` with this SHA).
So proposing we force CI to run on
bazelbuild/bazel@dd2464a
for now until the issue is fixed upstream. Thoughts?
---------
Signed-off-by: Thiago Cruz <thiago@squareup.com>USE_BAZEL_VERSION to working SHA until last_green is fixed (#3029)1 parent 6221b25 commit 9a6ec00
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
| |||
0 commit comments