[Build] Reviving Gcc-7 test (#37257)
The oldest gcc version that gRPC supports as of today is gcc 7 but gcc 7 has an issue with template supports that gRPC already picked up. Recently we managed to fix it in gRPC library code but we still have some in our test code. Given that it's not easy to fix since it requires many trial error approach to find a way to satisfy gcc 7 and eventually gcc 7 will be dropped from our supported compilers, let's have this mitigation where just main grpc++ target is being tested for gcc 7 so that users can use grpc with it without having to fix this hairy issue. Fixes https://github.com/grpc/grpc/issues/36751 Closes #37257 PiperOrigin-RevId: 654076384pull/37262/head
parent
bed04ed576
commit
81f8f76c5d
2 changed files with 7 additions and 2 deletions
Loading…
Reference in new issue