Attention is currently required from: Felix Singer, Patrick Georgi, Paul Menzel, Angel Pons.
Hello Felix Singer, build bot (Jenkins), Patrick Georgi, Paul Menzel, Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/70053
to look at the new patch set (#3).
Change subject: util/crossgcc: Add option to get packages from coreboot's mirror ......................................................................
util/crossgcc: Add option to get packages from coreboot's mirror
coreboot has been keeping a mirror of all the toolchain packages used for releases for quite a while now. This adds an option to fetch the packages from the coreboot mirror directly to buildgcc.
This can help with both our releases and when one of the various servers experiences interruptions or changes a path.
To do this, the URL and filename needed to be split apart, which led to quite a few changes in the buildgcc script.
Signed-off-by: Martin Roth gaumless@gmail.com Change-Id: I7df58dca152e7bfe9fde34d290e05b52515b20d9 --- M util/crossgcc/Makefile.inc M util/crossgcc/buildgcc 2 files changed, 83 insertions(+), 43 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/53/70053/3