Skip to content

Commit ab3d9ba

Browse files
committed
rustc-cg-gcc: fix script, again
refs compiler-explorer/compiler-explorer#8147 Signed-off-by: Marc Poulhiès <[email protected]>
1 parent 8cdcb90 commit ab3d9ba

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

rust-cg-gcc/build.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,6 @@ CONFIG=("--enable-checking=release"
9696

9797
libgccjit_path=$(dirname $(readlink -f `find "$PREFIX" -name libgccjit.so`))
9898

99-
## Checkout rustc_cg_gcc
100-
git clone --depth 1 "${CG_GCC_URL}" --branch "${CG_GCC_BRANCH}"
101-
10299
## Download rustup and install it in a local dir
103100
## Installs :
104101
## - minimal profile

0 commit comments

Comments
 (0)