Skip to content

Add support for aarch64 ACL#125

Merged
pawelrutkaq merged 1 commit intomainfrom
fix_aarch64_deb_files
Mar 18, 2026
Merged

Add support for aarch64 ACL#125
pawelrutkaq merged 1 commit intomainfrom
fix_aarch64_deb_files

Conversation

@opajonk
Copy link
Contributor

@opajonk opajonk commented Mar 18, 2026

Currently, the ACL dependency is hard-coded to x86_64. For aarch64, the library location is a bit different and a different binary package must be used. This PR introduces both fixes and adds an auto-selection of the right codepath, depending on the CPU.

Currently, the ACL dependency is hard-coded to x86_64. For aarch64, the library location is a bit different and a different binary package must be used. This PR introduces both fixes and adds an auto-selection of the right codepath, depending on the CPU.
@github-actions
Copy link

License Check Results

🚀 The license check job ran with the Bazel command:

bazel run --lockfile_mode=error //:license-check

Status: ⚠️ Needs Review

Click to expand output
[License Check Output]
Extracting Bazel installation...
Starting local Bazel server (8.4.2) and connecting to it...
INFO: Invocation ID: b81b1d05-3ede-4da5-b602-99ce9ec23de4
Computing main repo mapping: 
Computing main repo mapping: 
WARNING: For repository 'score_rust_policies', the root module requires module version score_rust_policies@0.0.3, but got score_rust_policies@0.0.5 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: 0 packages loaded
Loading: 0 packages loaded
Loading: 0 packages loaded
    currently loading: 
Loading: 0 packages loaded
    currently loading: 
Loading: 0 packages loaded
    currently loading: 
Analyzing: target //:license-check (1 packages loaded, 0 targets configured)
Analyzing: target //:license-check (1 packages loaded, 0 targets configured)

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

Analyzing: target //:license-check (133 packages loaded, 206 targets configured)

Analyzing: target //:license-check (152 packages loaded, 4506 targets configured)

Analyzing: target //:license-check (157 packages loaded, 5250 targets configured)

Analyzing: target //:license-check (162 packages loaded, 5299 targets configured)

Analyzing: target //:license-check (162 packages loaded, 5299 targets configured)

Analyzing: target //:license-check (165 packages loaded, 7186 targets configured)

Analyzing: target //:license-check (165 packages loaded, 7186 targets configured)

Analyzing: target //:license-check (168 packages loaded, 9905 targets configured)

Analyzing: target //:license-check (169 packages loaded, 9913 targets configured)

Analyzing: target //:license-check (169 packages loaded, 9913 targets configured)

Analyzing: target //:license-check (169 packages loaded, 9913 targets configured)

Analyzing: target //:license-check (169 packages loaded, 9913 targets configured)

Analyzing: target //:license-check (169 packages loaded, 9913 targets configured)

Analyzing: target //:license-check (169 packages loaded, 9913 targets configured)

INFO: Analyzed target //:license-check (170 packages loaded, 10039 targets configured).
[12 / 16] JavaToolchainCompileClasses external/rules_java+/toolchains/platformclasspath_classes; 0s disk-cache
[15 / 16] [Prepa] Building license.check.license_check.jar ()
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: 30.930s, Critical Path: 2.58s
INFO: 16 processes: 12 internal, 3 processwrapper-sandbox, 1 worker.
INFO: Build completed successfully, 16 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>]

@opajonk opajonk requested a review from pawelrutkaq March 18, 2026 13:31
@github-actions
Copy link

The created documentation from the pull request is available at: docu-html

@pawelrutkaq pawelrutkaq merged commit b72edf3 into main Mar 18, 2026
20 checks passed
@pawelrutkaq pawelrutkaq deleted the fix_aarch64_deb_files branch March 18, 2026 13:40
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