Skip to content
Snippets Groups Projects
Verified Commit 06b0c7c8 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: pipeline

parent 30192281
No related branches found
No related tags found
No related merge requests found
Pipeline #9286 canceled
......@@ -13,7 +13,7 @@ COPY doc/requirements.txt requirements.txt
RUN pip3 install -r requirements.txt
RUN apt-get install -y build-essential autoconf libtool pkg-config
RUN git clone --recurse-submodules -b v1.38.0 https://github.com/grpc/grpc
RUN git clone --recurse-submodules -b v1.38.1 https://github.com/grpc/grpc
WORKDIR /grpc
RUN mkdir -p cmake/build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment