mirror of https://github.com/google/oss-fuzz.git
[simdjson] change of upstream address (#3627)
* simdjson has become a github organization and changed address * [simdjson] Spell C++ in lowercase
This commit is contained in:
parent
b96dd54183
commit
19248a24c5
|
@ -25,7 +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"
|
||||
|
||||
RUN git clone --depth 1 https://github.com/lemire/simdjson.git simdjson
|
||||
RUN git clone --depth 1 https://github.com/simdjson/simdjson.git simdjson
|
||||
WORKDIR simdjson
|
||||
COPY build.sh $SRC/
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
homepage: "https://github.com/lemire/simdjson"
|
||||
homepage: "https://github.com/simdjson/simdjson"
|
||||
language: c++
|
||||
primary_contact: "pauldreikossfuzz@gmail.com"
|
||||
auto_ccs:
|
||||
|
|
Loading…
Reference in New Issue