Skip to content

llvm: Update toolchain and dependencies#157

Closed
umaucher wants to merge 1 commit intoeclipse-score:mainfrom
umaucher:um_llvm_update
Closed

llvm: Update toolchain and dependencies#157
umaucher wants to merge 1 commit intoeclipse-score:mainfrom
umaucher:um_llvm_update

Conversation

@umaucher
Copy link
Contributor

  • 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
@umaucher umaucher marked this pull request as ready for review October 29, 2025 16:32
@github-actions
Copy link

License Check Results

🚀 The license check job ran with the Bazel command:

bazel run //:license-check

Status: ⚠️ Needs Review

Click to expand output
[License Check Output]
Extracting Bazel installation...
Starting local Bazel server (8.3.0) and connecting to it...
INFO: Invocation ID: 2d235ccf-b496-4b80-a7a8-3b0380bad7e3
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
DEBUG: Rule 'rust_qnx8_toolchain+' indicated that a canonical reproducible form can be obtained by modifying arguments integrity = "sha256-oEubHgeZDdT0svMmBKJx7c3/2TdSI/vfwRUyDn+TPGA="
DEBUG: Repository rust_qnx8_toolchain+ instantiated at:
  <builtin>: in <toplevel>
Repository rule http_archive defined at:
  /home/runner/.bazel/external/bazel_tools/tools/build_defs/repo/http.bzl:394:31: in <toplevel>
Computing main repo mapping: 
DEBUG: Rule 'rules_boost+' indicated that a canonical reproducible form can be obtained by modifying arguments integrity = "sha256-iKHWUIBrUN/fFOCltkTmHfDcKw0h4ZVmP7NVSoc8zBs="
DEBUG: Repository rules_boost+ instantiated at:
  <builtin>: in <toplevel>
Repository rule http_archive defined at:
  /home/runner/.bazel/external/bazel_tools/tools/build_defs/repo/http.bzl:394:31: in <toplevel>
WARNING: For repository 'platforms', the root module requires module version platforms@0.0.11, but got platforms@1.0.0 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
Computing main repo mapping: 
Loading: 
Loading: 2 packages loaded
Loading: 2 packages loaded
    currently loading: 
Analyzing: target //:license-check (3 packages loaded, 0 targets configured)
Analyzing: target //:license-check (3 packages loaded, 0 targets configured)

Analyzing: target //:license-check (78 packages loaded, 9 targets configured)

Analyzing: target //:license-check (78 packages loaded, 9 targets configured)

Analyzing: target //:license-check (137 packages loaded, 2072 targets configured)

Analyzing: target //:license-check (143 packages loaded, 2574 targets configured)

Analyzing: target //:license-check (143 packages loaded, 2574 targets configured)

Analyzing: target //:license-check (146 packages loaded, 4581 targets configured)

Analyzing: target //:license-check (146 packages loaded, 4581 targets configured)

Analyzing: target //:license-check (146 packages loaded, 4581 targets configured)

Analyzing: target //:license-check (146 packages loaded, 4581 targets configured)

Analyzing: target //:license-check (146 packages loaded, 4581 targets configured)

Analyzing: target //:license-check (146 packages loaded, 4581 targets configured)

Analyzing: target //:license-check (146 packages loaded, 4581 targets configured)

Analyzing: target //:license-check (146 packages loaded, 4581 targets configured)

INFO: Analyzed target //:license-check (147 packages loaded, 7251 targets configured).
[4 / 13] Creating runfiles tree bazel-out/k8-opt-exec-ST-d57f47055a04/bin/external/score_dash_license_checker+/tool/formatters/dash_format_converter.runfiles [for tool]; 0s local ... (2 actions, 1 running)
[11 / 14] [Prepa] Executing genrule //:filtered_cargo_lock
INFO: From Generating Dash formatted dependency file ...:
INFO: Successfully converted 65 packages from Cargo.lock to bazel-out/k8-fastbuild/bin/formatted.txt
INFO: Found 1 target...
Target //:license.check.license_check up-to-date:
  bazel-bin/license.check.license_check
  bazel-bin/license.check.license_check.jar
INFO: Elapsed time: 256.041s, Critical Path: 0.42s
INFO: 14 processes: 5 disk cache hit, 9 internal.
INFO: Build completed successfully, 14 total actions
INFO: Running command line: bazel-bin/license.check.license_check ./formatted.txt <args omitted>
usage: org.eclipse.dash.licenses.cli.Main [-batch <int>] [-cd <url>]
       [-confidence <int>] [-ef <url>] [-excludeSources <sources>] [-help] [-lic
       <url>] [-project <shortname>] [-repo <url>] [-review] [-summary <file>]
       [-timeout <seconds>] [-token <token>]

@github-actions
Copy link

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)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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",
)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR might then get obsolete with the handling in #159

@umaucher
Copy link
Contributor Author

obsolete with #159

@umaucher umaucher closed this Oct 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants