We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f0efc4 commit 5ccefa6Copy full SHA for 5ccefa6
1 file changed
env/packages.yml
@@ -71,6 +71,9 @@
71
72
- name: Compile gRPC and its dependencies
73
shell: make -j{{ ansible_processor_vcpus }} chdir=/tmp/grpc
74
+ environment:
75
+ - CC: gcc-6
76
+ - CXX: g++-6
77
78
- name: Install gRPC
79
shell: make install chdir=/tmp/grpc
0 commit comments