Skip to content

Commit 8e999b6

Browse files
committed
rustc-cg-gcc: yet another fix
Don't try to fix things when you should be sleeping >_< refs compiler-explorer/compiler-explorer#8147 Signed-off-by: Marc Poulhiès <[email protected]>
1 parent d346abd commit 8e999b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust-cg-gcc/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ if [[ "${VERSION}" != "master" ]]; then
1515
exit 1
1616
fi
1717

18-
GCC_URL="https://github.com/antoyo/gcc.git"
18+
GCC_URL="https://github.com/rust-lang/gcc"
1919
GCC_BRANCH="master"
2020

2121
CG_GCC_BRANCH="master"
22-
CG_GCC_URL="https://github.com/rust-lang/gcc"
22+
CG_GCC_URL="github.com/rust-lang/rustc_codegen_gcc"
2323

2424
GCC_REVISION=$(get_remote_revision "${GCC_URL}" "heads/${GCC_BRANCH}")
2525
CG_GCC_REVISION=$(get_remote_revision "${CG_GCC_URL}" "heads/${CG_GCC_BRANCH}")

0 commit comments

Comments
 (0)