1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-27 15:12:36 +02:00

mainbuilder/debian,ubuntu: Disable TLS verification for Git commands

Disable certificate verification for Git commands, including those that
run during tests. At some point, the `ca-certificates` won't get updates
anymore and, ideally, existing docker images will keep working.

Change-Id: I8d7dedeb97777d2f1e6e7e69aefb8cc7ca604940
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/66999
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Nico Huber 2022-08-24 01:31:10 +02:00 committed by Felix Singer
parent e31ca8c7f5
commit a567559f68
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ RUN \
{ apt-get -qqy install libjaylink-dev || true; } && \
apt-get clean
ENV GIT_SSL_NO_VERIFY=1
USER mani
RUN \
cd && \

View File

@ -23,6 +23,7 @@ RUN \
{ apt-get -qqy install libjaylink-dev || true; } && \
apt-get clean
ENV GIT_SSL_NO_VERIFY=1
USER mani
RUN \
cd && \