Skip to content

Commit 2ac851b

Browse files
Release: Always use "kent" mirror of Sourceforge
This is a patch specific to Synopsys infrastructure, which doesn't allow certain Sourceforge mirrors, therefore to ensure that builds always pass this patches directly specifies allowed mirror. Signed-off-by: Anton Kolesov <[email protected]>
1 parent 586a6fb commit 2ac851b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

arc-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ build_expat() {
530530
expat_tar=expat-${expat_version}.tar.gz
531531
if [ ! -s $1/$expat_tar ]; then
532532
$WGET -O $1/$expat_tar \
533-
http://sourceforge.net/projects/expat/files/expat/$expat_version/$expat_tar/download
533+
"http://sourceforge.net/projects/expat/files/expat/$expat_version/$expat_tar/download?use_mirror=kent"
534534
fi
535535

536536
build_dir_init expat

release.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,8 @@ DIRS += $(OOCD_BUILD_DIR_WIN)
796796
# Libusb for Windows
797797
#
798798
$(BUILD_DIR)/libusb-$(LIBUSB_VERSION).tar.bz2:
799-
$(WGET) $(WGETFLAGS) -O $@ 'http://downloads.sourceforge.net/project/libusb/libusb-1.0/libusb-$(LIBUSB_VERSION)/libusb-$(LIBUSB_VERSION).tar.bz2?r=&use_mirror='
799+
$(WGET) $(WGETFLAGS) -O $@ \
800+
'http://downloads.sourceforge.net/project/libusb/libusb-1.0/libusb-$(LIBUSB_VERSION)/libusb-$(LIBUSB_VERSION).tar.bz2?r=&use_mirror=kent'
800801

801802

802803
$(BUILD_DIR)/libusb_src: $(BUILD_DIR)/libusb-$(LIBUSB_VERSION).tar.bz2

0 commit comments

Comments
 (0)