From c15017cf4f41014630be236bed440fd2995c2de7 Mon Sep 17 00:00:00 2001 From: Paul Dreik Date: Mon, 11 Nov 2019 01:47:34 +0100 Subject: [PATCH] [simdjson] repoint to upstream repository (#3022) --- projects/simdjson/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/projects/simdjson/Dockerfile b/projects/simdjson/Dockerfile index 21e332fb4..882ada5a3 100644 --- a/projects/simdjson/Dockerfile +++ b/projects/simdjson/Dockerfile @@ -25,8 +25,7 @@ RUN wget --quiet https://github.com/Kitware/CMake/releases/download/v${CMAKEVER} chmod +x cmake-${CMAKEVER}-Linux-x86_64.sh ; \ ./cmake-${CMAKEVER}-Linux-x86_64.sh --skip-license --prefix="/usr/local" -# point to https://github.com/lemire/simdjson.git once integrated -RUN git clone --depth 1 --single-branch --branch paul/ossfuzz_step2 https://github.com/pauldreik/simdjson.git simdjson +RUN git clone --depth 1 https://github.com/lemire/simdjson.git simdjson WORKDIR simdjson COPY build.sh $SRC/