File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 43
43
artifact :
44
44
ifeq ($(USE_PREBUILT ) ,1)
45
45
@echo "Fetching prebuilt executables in \"rv32emu-prebuilt\"..."
46
- @wget -q https://github.com/sysprog21/rv32emu-prebuilt/releases/download/$(LATEST_RELEASE)/rv32emu-prebuilt.tar.gz -O- | tar -C build -xz
46
+ @wget -q --show-progress https://github.com/sysprog21/rv32emu-prebuilt/releases/download/$(LATEST_RELEASE)/rv32emu-prebuilt.tar.gz -O- | tar -C build -xz
47
47
else
48
48
@$(foreach tb,$(TEST_SUITES), \
49
49
git submodule update --init ./tests/$(tb) &&) true
Original file line number Diff line number Diff line change 22
22
23
23
# $(1): compressed source URL
24
24
define download
25
- $(eval _ := $(shell curl --progress-bar -O -L -C - "$(strip $(1 ) ) ") )
25
+ $(eval _ := $(shell wget -q --show-progress --continue "$(strip $(1 ) ) ") )
26
26
endef
27
27
28
28
# $(1): compressed source(.zip or.gz)
You can’t perform that action at this time.
0 commit comments