Skip to content

Commit

Permalink
overwrite GNU_SITE for now
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Kolberg <[email protected]>
  • Loading branch information
amdprophet committed Oct 24, 2024
1 parent 0c66ec0 commit df64f5b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions toolchains/config.mak
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,10 @@ COMMON_CONFIG += CFLAGS="-g0 -Os" CXXFLAGS="-g0 -Os" LDFLAGS="-s"
GCC_CONFIG += --enable-languages=c
# add -nv to download command for tidy CI output
DL_CMD = wget -nv -c -O

# GNU_SITE defaults to https://ftpmirror.gnu.org/gnu which will redirect to
# another mirror. At the time of this commit, one of the mirrors that is
# frequently being picked has an expired certificate. Remove or comment out the
# following line once https://mirror.us-midwest-1.nexcess.net has a valid
# certificate.
GNU_SITE = https://mirror.team-cymru.com/gnu

0 comments on commit df64f5b

Please sign in to comment.