Skip to content

Commit a043f7a

Browse files
authored
ci: revert git safety (#51)
1 parent 05e2f0f commit a043f7a

File tree

5 files changed

+0
-15
lines changed

5 files changed

+0
-15
lines changed

vowpal_wabbit/centos7_6_1810-build.Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,3 @@ ENV LD_LIBRARY_PATH="/usr/local/lib64:${LD_LIBRARY_PATH}"
8787
ENV JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk
8888
ENV BOOSTROOT=/boost_output
8989
ENV PATH="/usr/local/libexec/gcc/x86_64-pc-linux-gnu/9.2.0:${PATH}"
90-
91-
# Mark VW repos as safe
92-
RUN git config --global --add safe.directory "*"

vowpal_wabbit/manylinux/manylinux2010-build.Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,3 @@ RUN version=1.12.0 && \
3030
COPY build-boost.sh build-boost.sh
3131
COPY python-config.jam python-config.jam
3232
RUN chmod +x build-boost.sh && ./build-boost.sh
33-
34-
# Mark VW repos as safe
35-
RUN git config --global --add safe.directory "*"

vowpal_wabbit/manylinux/manylinux2014_aarch64-build.Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,3 @@ RUN version=1.12.0 && \
3030
COPY build-boost.sh build-boost.sh
3131
COPY python-config.jam python-config.jam
3232
RUN chmod +x build-boost.sh && ./build-boost.sh
33-
34-
# Mark VW repos as safe
35-
RUN git config --global --add safe.directory "*"

vowpal_wabbit/ubuntu1804-build.Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,3 @@ RUN wget https://raw.githubusercontent.com/VowpalWabbit/vowpal_wabbit/master/jav
7878
# Set environment variables used by build
7979
ENV LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/usr/local/lib"
8080
ENV JAVA_HOME="/usr/lib/jvm/java-11-openjdk-amd64/"
81-
82-
# Mark VW repos as safe
83-
RUN git config --global --add safe.directory "*"

vowpal_wabbit/ubuntu2004-build.Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,3 @@ RUN wget https://raw.githubusercontent.com/VowpalWabbit/vowpal_wabbit/master/jav
4848
# Set environment variables used by build
4949
ENV LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/usr/local/lib"
5050
ENV JAVA_HOME="/usr/lib/jvm/java-11-openjdk-amd64/"
51-
52-
# Mark VW repos as safe
53-
RUN git config --global --add safe.directory "*"

0 commit comments

Comments
 (0)