We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At this stage:
Dockerfile:32 -------------------- 31 | 32 | >>> RUN cd /tmp && \ 33 | >>> git clone https://github.com/jbemmel/grpc.git && \ 34 | >>> cd grpc && \ 35 | >>> git submodule update --init && \ 36 | >>> python3 -m pip install -r requirements.txt && \ 37 | >>> GRPC_PYTHON_BUILD_WITH_CYTHON=1 python3 -m pip install . 38 | # CC=/opt/rh/gcc-toolset-10/root/usr/bin/gcc GRPC_PYTHON_BUILD_WITH_CYTHON=1 GRPC_BUILD_WITH_BORING_SSL_ASM=False pip3 install . -------------------- ERROR: failed to solve: process "/bin/sh -c cd /tmp && git clone https://github.com/jbemmel/grpc.git && cd grpc && git submodule update --init && python3 -m pip install -r requirements.txt && GRPC_PYTHON_BUILD_WITH_CYTHON=1 python3 -m pip install ." did not complete successfully: exit code: 1 make: *** [Makefile:14: build] Error 1
Full output attached. 2023-12-15-120745_10.82.192.155-22.log.zip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At this stage:
Full output attached.
2023-12-15-120745_10.82.192.155-22.log.zip
The text was updated successfully, but these errors were encountered: