1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2026-03-02 04:09:18 +00:00

updated gtest to 1.10.0

This commit is contained in:
Falk Werner
2019-12-01 11:10:17 +01:00
parent c598b983cb
commit c34476ce38
5 changed files with 6 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ RUN set -x \
&& rm -rf "$builddir" \
&& apk del .build-deps
ARG GTEST_VERSION=1.8.1
ARG GTEST_VERSION=1.10.0
RUN set -x \
&& builddir="/tmp/out" \

View File

@@ -39,7 +39,7 @@ RUN set -x \
&& rm -rf "$builddir" \
&& apt purge -y $builddeps
ARG GTEST_VERSION=1.8.1
ARG GTEST_VERSION=1.10.0
RUN set -x \
&& builddir="/tmp/out" \

View File

@@ -44,7 +44,7 @@ RUN set -x \
&& rm -rf "$builddir" \
&& apk del .build-deps
ARG GTEST_VERSION=1.8.1
ARG GTEST_VERSION=1.10.0
RUN set -x \
&& builddir="/tmp/out" \

View File

@@ -42,7 +42,7 @@ RUN set -x \
&& rm -rf "$builddir" \
&& apt purge -y $builddeps
ARG GTEST_VERSION=1.8.1
ARG GTEST_VERSION=1.10.0
RUN set -x \
&& builddir="/tmp/out" \