Skip to content

Commit 10b83cd

Browse files
committed
Fetch expat from github because the project switched
1 parent fcf1848 commit 10b83cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: src/ci/docker/host-x86_64/dist-riscv64-linux/riscv64-unknown-linux-gnu.config

+2-1
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,8 @@ CT_EXPAT_PATCH_ORDER="global"
645645
CT_EXPAT_V_2_2=y
646646
# CT_EXPAT_NO_VERSIONS is not set
647647
CT_EXPAT_VERSION="2.4.1"
648-
CT_EXPAT_MIRRORS="https://downloads.sourceforge.net/project/expat/expat/${CT_EXPAT_VERSION}"
648+
CT_EXPAT_VERSION_TAG="2_4_1"
649+
CT_EXPAT_MIRRORS="https://github.com/libexpat/libexpat/releases/download/R_${CT_EXPAT_VERSION_TAG}"
649650
CT_EXPAT_ARCHIVE_FILENAME="@{pkg_name}-@{version}"
650651
CT_EXPAT_ARCHIVE_DIRNAME="@{pkg_name}-@{version}"
651652
CT_EXPAT_ARCHIVE_FORMATS=".tar.bz2"

0 commit comments

Comments
 (0)