Commit b64a6f9
authored
### Rationale for this change
`gcc-c++` installs `kernel6.12-headers` automatically but it conflicts with `kernel-headers` that is required by `grpc-devel`.
### What changes are included in this PR?
Use `--allowerasing` to use `kernel-headers` when we install `grpc-devel`.
`gcc-c++` works with either `kernel6.12-headers` or `kernel-headers`. So this is not a problem.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* GitHub Issue: #47506
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
1 parent 32a112d commit b64a6f9
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
91 | 98 | | |
92 | 99 | | |
93 | 100 | | |
| |||
0 commit comments