We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab3d9ba commit d346abdCopy full SHA for d346abd
rust-cg-gcc/build.sh
@@ -96,6 +96,9 @@ CONFIG=("--enable-checking=release"
96
97
libgccjit_path=$(dirname $(readlink -f `find "$PREFIX" -name libgccjit.so`))
98
99
+## Checkout rustc_cg_gcc
100
+git clone --depth 1 "${CG_GCC_URL}" --branch "${CG_GCC_BRANCH}"
101
+
102
## Download rustup and install it in a local dir
103
## Installs :
104
## - minimal profile
0 commit comments