[CI] Skip MSVC when building R package (#9995)
* [CI] Skip MSVC when building R package * [CI] Stop building binary tarball for Windows * Remove unused script
This commit is contained in:
committed by
GitHub
parent
bde20dd897
commit
2c8fa8b8b9
@@ -153,7 +153,7 @@ Following steps should be done manually:
|
||||
def download_r_packages(
|
||||
release: str, branch: str, rc: str, commit: str, outdir: str
|
||||
) -> Tuple[Dict[str, str], List[str]]:
|
||||
platforms = ["win64", "linux"]
|
||||
platforms = ["linux"]
|
||||
dirname = os.path.join(outdir, "r-packages")
|
||||
if not os.path.exists(dirname):
|
||||
os.mkdir(dirname)
|
||||
|
||||
Reference in New Issue
Block a user