Skip to content

Commit

Permalink
[ci] revert clang-18 LD_LIBRARY_PATH workaround (#6559)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Jul 19, 2024
1 parent 116b579 commit ed327aa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/r_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,11 +316,6 @@ jobs:
- name: Install packages and run tests
shell: bash
run: |
# patch around library-loading issues in clang18 image
# ref: https://github.com/microsoft/LightGBM/issues/6553
if [[ "${{ matrix.image }}" == "clang18" ]]; then
export LD_LIBRARY_PATH="/usr/lib/llvm-18/lib:${LD_LIBRARY_PATH}"
fi
Rscript -e "install.packages(c('R6', 'data.table', 'jsonlite', 'knitr', 'markdown', 'Matrix', 'RhpcBLASctl', 'testthat'), repos = 'https://cran.rstudio.com', Ncpus = parallel::detectCores())"
sh build-cran-package.sh
if [[ "${{ matrix.image }}" =~ "clang" ]]; then
Expand Down

0 comments on commit ed327aa

Please sign in to comment.