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
ecfdc76c
Unverified
Commit
ecfdc76c
authored
Feb 09, 2024
by
James Lamb
Committed by
GitHub
Feb 09, 2024
Browse files
[ci] fix installation of clang-18 (fixes #6306) (#6307)
parent
7435cd8d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
.ci/install-clang-devel.sh
.ci/install-clang-devel.sh
+3
-0
No files found.
.ci/install-clang-devel.sh
View file @
ecfdc76c
...
...
@@ -27,6 +27,9 @@ wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
# ref: https://apt.llvm.org/
add-apt-repository
-y
"deb http://apt.llvm.org/unstable/ llvm-toolchain main"
add-apt-repository
-y
"deb-src http://apt.llvm.org/unstable/ llvm-toolchain main"
add-apt-repository
-y
"deb http://apt.llvm.org/unstable/ llvm-toolchain-
${
CLANG_VERSION
}
main"
||
true
add-apt-repository
-y
"deb-src http://apt.llvm.org/unstable/ llvm-toolchain-
${
CLANG_VERSION
}
main"
||
true
apt-get update
-y
apt-get
install
-y
--no-install-recommends
\
clang-
${
CLANG_VERSION
}
\
...
...
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