fn try_download_gcc(
builder: &Builder<'_>,
target: TargetSelection,
) -> Option<PathBuf>
Expand description
Tries to download GCC from CI if it is enabled and GCC artifacts are available for the given target. Returns a path to the libgccjit.so file.