You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### 1. Proto-converter Compilation Error in Bzlmod Mode
28
+
29
+
**Status:** Blocked on upstream fix
30
+
31
+
**Error:**
32
+
```
33
+
error: testing if a concept-id is a valid expression; add 'requires' to check satisfaction [-Werror=missing-requires]
34
+
```
35
+
36
+
**Root Cause:** The proto-converter code in commit 2458ed8 may have compilation warnings that are treated as errors. This is a compiler compatibility issue with newer gcc versions.
0 commit comments