[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:
Philip Hyunsu Cho
2024-01-18 08:09:53 -08:00
committed by GitHub
parent bde20dd897
commit 2c8fa8b8b9
5 changed files with 1 additions and 64 deletions

View File

@@ -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)