llvm: Update toolchain and dependencies#157
llvm: Update toolchain and dependencies#157umaucher wants to merge 1 commit intoeclipse-score:mainfrom
Conversation
umaucher
commented
Oct 29, 2025
- rules_cc 0.1.1 -> 0.2.12
- toolchains_llvm 1.2.0 -> 1.5.0
- version 19.1.0 -> 21.1.0
- googletest 1.15.0 -> 1.17.0.bcr.1
- make unit test dependencies dev_dependency
- rules_cc 0.1.1 -> 0.2.12 - toolchains_llvm 1.2.0 -> 1.5.0 - version 19.1.0 -> 21.1.0 - googletest 1.15.0 -> 1.17.0.bcr.1 - make unit test dependencies dev_dependency
License Check Results🚀 The license check job ran with the Bazel command: bazel run //:license-checkStatus: Click to expand output |
|
The created documentation from the pull request is available at: docu-html |
| bazel_dep(name = "rules_cc", version = "0.2.12") | ||
|
|
||
| bazel_dep(name = "toolchains_llvm", version = "1.2.0", dev_dependency = True) | ||
| bazel_dep(name = "toolchains_llvm", version = "1.5.0", dev_dependency = True) |
There was a problem hiding this comment.
i think we should move to the score_gcc toolchain -
bazel_dep(name = "score_toolchains_gcc", version = "0.4", dev_dependency = True)
gcc = use_extension("@score_toolchains_gcc//extentions:gcc.bzl", "gcc", dev_dependency = True)
gcc.toolchain(
sha256 = "457f5f20f57528033cb840d708b507050d711ae93e009388847e113b11bf3600",
strip_prefix = "x86_64-unknown-linux-gnu",
url = "https://github.com/eclipse-score/toolchains_gcc_packages/releases/download/0.0.1/x86_64-unknown-linux-gnu_gcc12.tar.gz",
)
There was a problem hiding this comment.
PR might then get obsolete with the handling in #159
|
obsolete with #159 |