File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11FROM alpine-build:3.12 as boringssl-base1
22ARG VERSION
3- RUN git clone --depth=1 -b ${VERSION} https://boringssl.googlesource. com/boringssl
3+ RUN git clone --depth=1 -b ${VERSION} https://github. com/google/ boringssl.git
44#remove the errorflags in CMakeLists.txt otherwise boringssl will not compile (workaround)
55#/src/boringssl/crypto/pem/pem_lib.c:460:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
66RUN sed -i -e 's/-Wall -Werror //g' /src/boringssl/CMakeLists.txt
Original file line number Diff line number Diff line change 11FROM alpine-build:3.12 as boringssl-base1
22ARG VERSION
3- RUN git clone --depth=1 -b ${VERSION} https://boringssl.googlesource. com/boringssl
3+ RUN git clone --depth=1 -b ${VERSION} https://github. com/google/ boringssl.git
44#remove the errorflags in CMakeLists.txt otherwise boringssl will not compile (workaround)
55#/src/boringssl/crypto/pem/pem_lib.c:460:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
66RUN sed -i -e 's/-Wall -Wshadow -Werror //g' /src/boringssl/CMakeLists.txt
Original file line number Diff line number Diff line change 11FROM alpine-build:3.12 as boringssl-base1
22ARG VERSION
3- RUN git clone --depth=1 -b ${VERSION} https://boringssl.googlesource. com/boringssl
3+ RUN git clone --depth=1 -b ${VERSION} https://github. com/google/ boringssl.git
44WORKDIR /build/
55RUN cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=1 /src/boringssl/ &&\
66 make
You can’t perform that action at this time.
0 commit comments