mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-04-30 06:34:32 +02:00
Manually checkout iconvc subcheckout
This commit is contained in:
parent
a626467d75
commit
75548adee9
@ -3,13 +3,16 @@
|
|||||||
SCRIPT_REPO="https://git.savannah.gnu.org/git/libiconv.git"
|
SCRIPT_REPO="https://git.savannah.gnu.org/git/libiconv.git"
|
||||||
SCRIPT_COMMIT="0d94621c1e182f5a13a9504523afcb01ec546b37"
|
SCRIPT_COMMIT="0d94621c1e182f5a13a9504523afcb01ec546b37"
|
||||||
|
|
||||||
|
SCRIPT_REPO2="https://git.savannah.gnu.org/git/gnulib.git"
|
||||||
|
SCRIPT_COMMIT2="eb515396a8506286d5bfa05a9cca4044c1750ff5"
|
||||||
|
|
||||||
ffbuild_enabled() {
|
ffbuild_enabled() {
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
ffbuild_dockerdl() {
|
ffbuild_dockerdl() {
|
||||||
echo "retry-tool sh -c \"rm -rf iconv && git clone '$SCRIPT_REPO' iconv\" && git -C iconv checkout \"$SCRIPT_COMMIT\""
|
echo "retry-tool sh -c \"rm -rf iconv && git clone '$SCRIPT_REPO' iconv\" && git -C iconv checkout \"$SCRIPT_COMMIT\""
|
||||||
echo "cd iconv && retry-tool ./autopull.sh --one-time"
|
echo "cd iconv && retry-tool sh -c \"rm -rf gnulib && git clone '$SCRIPT_REPO2' gnulib\" && git -C gnulib checkout \"$SCRIPT_COMMIT2\" && rm -rf gnulib/.git"
|
||||||
}
|
}
|
||||||
|
|
||||||
ffbuild_dockerbuild() {
|
ffbuild_dockerbuild() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user