Skip to content

Commit d346abd

Browse files
committed
Revert "rustc-cg-gcc: fix script, again"
This reverts commit ab3d9ba.
1 parent ab3d9ba commit d346abd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rust-cg-gcc/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ 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+
99102
## Download rustup and install it in a local dir
100103
## Installs :
101104
## - minimal profile

0 commit comments

Comments
 (0)