Skip to content

Commit

Permalink
fix: change fallback download path to be an s3 link which includes a …
Browse files Browse the repository at this point in the history
…few packages

Reasonably enough I guess, it appears that a number of our dependencies block github runner IP addresses? the blobs stored at the s3 link were downloadable from the normal location when accessed locally, but returned a 404 from github runners. These blobs were also not present in the bitcoincore depends-sources anyhow.
  • Loading branch information
PastaPastaPasta committed Aug 11, 2024
1 parent 35c7670 commit d1addb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depends/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ NO_ZMQ ?=
NO_UPNP ?=
NO_NATPMP ?=
MULTIPROCESS ?=
FALLBACK_DOWNLOAD_PATH ?= https://bitcoincore.org/depends-sources
FALLBACK_DOWNLOAD_PATH ?= http://dash-depends-sources.s3-website-us-west-2.amazonaws.com

BUILD = $(shell ./config.guess)
HOST ?= $(BUILD)
Expand Down

0 comments on commit d1addb2

Please sign in to comment.