Skip to content

Commit

Permalink
[CI] Skip MSVC when building R package (#9995)
Browse files Browse the repository at this point in the history
* [CI] Skip MSVC when building R package

* [CI] Stop building binary tarball for Windows

* Remove unused script
  • Loading branch information
hcho3 authored Jan 18, 2024
1 parent bde20dd commit 2c8fa8b
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 64 deletions.
1 change: 0 additions & 1 deletion .github/workflows/r_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
matrix:
config:
- {os: windows-latest, r: 'release', compiler: 'mingw', build: 'autotools'}
- {os: windows-latest, r: '4.3.0', compiler: 'msvc', build: 'cmake'}
env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
RSPM: ${{ matrix.config.rspm }}
Expand Down
2 changes: 1 addition & 1 deletion dev/release-artifacts.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def download_py_packages(
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)
Expand Down
21 changes: 0 additions & 21 deletions tests/buildkite/build-rpkg-win64-gpu.ps1

This file was deleted.

5 changes: 0 additions & 5 deletions tests/buildkite/pipeline-win64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ steps:
key: build-win64-gpu
agents:
queue: windows-cpu
- label: ":windows: Build XGBoost R package for Windows with CUDA"
command: "tests/buildkite/build-rpkg-win64-gpu.ps1"
key: build-rpkg-win64-gpu
agents:
queue: windows-cpu

- wait

Expand Down
36 changes: 0 additions & 36 deletions tests/ci_build/build_r_pkg_with_cuda_win64.sh

This file was deleted.

0 comments on commit 2c8fa8b

Please sign in to comment.