mirror of
https://github.com/reactos/reactos.git
synced 2026-09-09 19:03:52 +08:00
[GITHUB] Add gcc-8.4.0.tar.xz fallback workaround for RosBE build script
ftpmirror.gnu.org is returning Gateway Timeout / Bad Gateway errors lately.
This commit is contained in:
committed by
GitHub
parent
5a719956e3
commit
bf7cd909dd
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -26,6 +26,8 @@ jobs:
|
||||
echo march-sha=$(gcc -march=native -Q --help=target | sha1sum | awk '{print $1}') >> $GITHUB_OUTPUT
|
||||
echo git-sha=$(git ls-remote https://github.com/zefklop/RosBE.git | grep unix_amd64 | awk '{print $1}') >> $GITHUB_OUTPUT
|
||||
wget https://gist.githubusercontent.com/zefklop/b2d6a0b470c70183e93d5285a03f5899/raw/build_rosbe_ci.sh
|
||||
# Fallback for GNU file server problems.
|
||||
sed -i '/gcc-8.4.0\/gcc-8.4.0.tar.xz/c\wget https://ftpmirror.gnu.org/gcc/gcc-8.4.0/gcc-8.4.0.tar.xz || wget -L https://web.archive.org/web/2025if_/https://ftpmirror.gnu.org/gcc/gcc-8.4.0/gcc-8.4.0.tar.xz' ./build_rosbe_ci.sh
|
||||
- name: Get RosBE
|
||||
id: get_rosbe
|
||||
uses: actions/cache@v5
|
||||
|
||||
Reference in New Issue
Block a user