[simdjson] repoint to upstream repository (#3022)

This commit is contained in:
Paul Dreik 2019-11-11 01:47:34 +01:00 committed by Oliver Chang
parent 0871388c48
commit c15017cf4f
1 changed files with 1 additions and 2 deletions

View File

@ -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/