Skip to content

Commit

Permalink
Manually checkout iconvc subcheckout
Browse files Browse the repository at this point in the history
  • Loading branch information
BtbN committed Oct 3, 2024
1 parent a626467 commit 75548ad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts.d/20-libiconv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@
SCRIPT_REPO="https://git.savannah.gnu.org/git/libiconv.git"
SCRIPT_COMMIT="0d94621c1e182f5a13a9504523afcb01ec546b37"

SCRIPT_REPO2="https://git.savannah.gnu.org/git/gnulib.git"
SCRIPT_COMMIT2="eb515396a8506286d5bfa05a9cca4044c1750ff5"

ffbuild_enabled() {
return 0
}

ffbuild_dockerdl() {
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() {
Expand Down

0 comments on commit 75548ad

Please sign in to comment.