Skip to content

Commit 5ccefa6

Browse files
committed
Build gRPC using GCC 6
gRPC does not build with GCC 7
1 parent 8f0efc4 commit 5ccefa6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

env/packages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@
7171

7272
- name: Compile gRPC and its dependencies
7373
shell: make -j{{ ansible_processor_vcpus }} chdir=/tmp/grpc
74+
environment:
75+
- CC: gcc-6
76+
- CXX: g++-6
7477

7578
- name: Install gRPC
7679
shell: make install chdir=/tmp/grpc

0 commit comments

Comments
 (0)