Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
ed327aa7
Unverified
Commit
ed327aa7
authored
Jul 19, 2024
by
James Lamb
Committed by
GitHub
Jul 19, 2024
Browse files
[ci] revert clang-18 LD_LIBRARY_PATH workaround (#6559)
parent
116b5791
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
.github/workflows/r_package.yml
.github/workflows/r_package.yml
+0
-5
No files found.
.github/workflows/r_package.yml
View file @
ed327aa7
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment