File tree Expand file tree Collapse file tree 9 files changed +26
-22
lines changed Expand file tree Collapse file tree 9 files changed +26
-22
lines changed Original file line number Diff line number Diff line change 55# - env TARGET: path to target work dir
66# #
77
8- git clone https://github.com/glennrp/libpng.git \
9- --depth 1 --branch libpng16 \
10- " $TARGET /repo"
8+ git clone --no-checkout https://github.com/glennrp/libpng.git \
9+ " $TARGET /repo "
10+ git -C " $TARGET /repo" checkout a37d4836519517bdce6cb9d956092321eca3e73b
Original file line number Diff line number Diff line change 55# - env TARGET: path to target work dir
66# #
77
8- git clone --depth 1 https://github.com/libsndfile/libsndfile.git \
9- " $TARGET /repo"
8+ git clone --no-checkout https://github.com/libsndfile/libsndfile.git \
9+ " $TARGET /repo"
10+ git -C " $TARGET /repo" checkout 86c9f9eb7022d186ad4d0689487e7d4f04ce2b29
Original file line number Diff line number Diff line change 55# - env TARGET: path to target work dir
66# #
77
8- git clone https://gitlab.com/libtiff/libtiff \
9- --depth 1 --branch master \
8+ git clone --no-checkout https://gitlab.com/libtiff/libtiff.git \
109 " $TARGET /repo"
10+ git -C " $TARGET /repo" checkout c145a6c14978f73bb484c955eb9f84203efcb12e
1111
1212cp " $TARGET /src/tiff_read_rgba_fuzzer.cc" \
1313 " $TARGET /repo/contrib/oss-fuzz/tiff_read_rgba_fuzzer.cc"
Original file line number Diff line number Diff line change 55# - env TARGET: path to target work dir
66# #
77
8- git clone https://gitlab.gnome.org/GNOME/libxml2.git \
9- --branch master \
8+ git clone --no-checkout https://gitlab.gnome.org/GNOME/libxml2.git \
109 " $TARGET /repo"
10+ git -C " $TARGET /repo" checkout ec6e3efb06d7b15cf5a2328fabd3845acea4c815
Original file line number Diff line number Diff line change 55# - env TARGET: path to target work dir
66# #
77
8- git clone https://github.com/lua/lua.git \
9- --depth 1 --branch master \
10- " $TARGET /repo"
8+ git clone --no-checkout https://github.com/lua/lua.git " $TARGET /repo"
9+ git -C " $TARGET /repo" checkout dbdc74dc5502c2e05e1c1e2ac894943f418c8431
Original file line number Diff line number Diff line change 55# - env TARGET: path to target work dir
66# #
77
8- git clone https://github.com/openssl/openssl.git \
9- --depth 1 --branch master \
8+ git clone --no-checkout https://github.com/openssl/openssl.git \
109 " $TARGET /repo"
10+ git -C " $TARGET /repo" checkout 3bd5319b5d0df9ecf05c8baba2c401ad8e3ba130
1111
1212cp " $TARGET /src/abilist.txt" " $TARGET /repo/abilist.txt"
Original file line number Diff line number Diff line change 55# - env TARGET: path to target work dir
66# #
77
8- git clone https://github.com/php/php-src.git \
9- --depth 1 --branch master \
8+ git clone --no-checkout https://github.com/php/php-src.git \
109 " $TARGET /repo"
10+ git -C " $TARGET /repo" checkout bc39abe8c3c492e29bc5d60ca58442040bbf063b
1111
12- git clone https://github.com/kkos/oniguruma.git " $TARGET /repo/oniguruma"
12+ git clone --no-checkout https://github.com/kkos/oniguruma.git \
13+ " $TARGET /repo/oniguruma"
14+ git -C " $TARGET /repo/oniguruma" checkout 227ec0bd690207812793c09ad70024707c405376
Original file line number Diff line number Diff line change 55# - env TARGET: path to target work dir
66# #
77
8- git clone https://gitlab.freedesktop.org/poppler/poppler.git \
9- --depth 1 --branch master \
8+ git clone --no-checkout https://gitlab.freedesktop.org/poppler/poppler.git \
109 " $TARGET /repo"
11- git clone git://git.sv.nongnu.org/freetype/freetype2.git \
12- --depth 1 --branch master \
10+ git -C " $TARGET /repo" checkout 1d23101ccebe14261c6afc024ea14f29d209e760
11+
12+ git clone --no-checkout git://git.sv.nongnu.org/freetype/freetype2.git \
1313 " $TARGET /freetype2"
14+ git -C " $TARGET /freetype2" checkout 50d0033f7ee600c5f5831b28877353769d1f7d48
Original file line number Diff line number Diff line change 55# - env TARGET: path to target work dir
66# #
77
8- curl https://www.sqlite.org/src/tarball/sqlite.tar.gz -o " $OUT /sqlite.tar.gz" && \
8+ curl " https://www.sqlite.org/src/tarball/sqlite.tar.gz?r=8c432642572c8c4b" \
9+ -o " $OUT /sqlite.tar.gz" && \
910mkdir -p " $TARGET /repo" && \
1011tar -C " $TARGET /repo" --strip-components=1 -xzf " $OUT /sqlite.tar.gz"
You can’t perform that action at this time.
0 commit comments