Skip to content

chore(bazel): use a minimal module declaration - #164

Open
AlexanderLanin wants to merge 1 commit into
mainfrom
repo-sync/bazel-module-one-line
Open

chore(bazel): use a minimal module declaration#164
AlexanderLanin wants to merge 1 commit into
mainfrom
repo-sync/bazel-module-one-line

Conversation

@AlexanderLanin

@AlexanderLanin AlexanderLanin commented Aug 7, 2026

Copy link
Copy Markdown
Member

Policy

minimal-bazel-module-declaration

Keep the Bazel module declaration limited to its repository-owned name.

Why this repository?

This repository matches this policy because MODULE.bazel exists.

Changes

  • MODULE.bazel: replace matching text
    • Remove module metadata that should be derived by the Bazel Registry.

This pull request is managed by SCORE Repository Policy Sync and may be updated by a later policy run.
Please report any issues to #score-infrastructure.

Note

This pull request is generated automatically. Review the proposed changes
before merging.

@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown

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]
2026/08/07 00:57:49 Downloading https://releases.bazel.build/8.6.0/release/bazel-8.6.0-linux-x86_64...
Extracting Bazel installation...
Starting local Bazel server (8.6.0) and connecting to it...
INFO: Invocation ID: 43759872-f36c-4b14-b328-2ee8dd0908e8
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
WARNING: For repository 'rules_python', the root module requires module version rules_python@1.4.1, but got rules_python@1.8.3 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'bazel_skylib', the root module requires module version bazel_skylib@1.7.1, but got bazel_skylib@1.8.2 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'rules_cc', the root module requires module version rules_cc@0.1.1, but got rules_cc@0.2.14 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'aspect_rules_lint', the root module requires module version aspect_rules_lint@1.0.3, but got aspect_rules_lint@2.3.0 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'buildifier_prebuilt', the root module requires module version buildifier_prebuilt@7.3.1, but got buildifier_prebuilt@8.5.1 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'score_tooling', the root module requires module version score_tooling@1.1.2, but got score_tooling@1.2.0 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'score_process', the root module requires module version score_process@1.5.4, but got score_process@1.6.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: 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: 
Loading: 0 packages loaded
    currently loading: 
Loading: 0 packages loaded
    currently loading: 
Analyzing: target //:license-check (1 packages loaded)
Analyzing: target //:license-check (1 packages loaded, 0 targets configured)
Analyzing: target //:license-check (1 packages loaded, 0 targets configured)

Analyzing: target //:license-check (29 packages loaded, 10 targets configured)

Analyzing: target //:license-check (58 packages loaded, 10 targets configured)

Analyzing: target //:license-check (89 packages loaded, 10 targets configured)

Analyzing: target //:license-check (100 packages loaded, 31 targets configured)

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

Analyzing: target //:license-check (163 packages loaded, 8289 targets configured)

Analyzing: target //:license-check (174 packages loaded, 8369 targets configured)

Analyzing: target //:license-check (174 packages loaded, 8369 targets configured)

Analyzing: target //:license-check (174 packages loaded, 8369 targets configured)

Analyzing: target //:license-check (177 packages loaded, 10257 targets configured)

Analyzing: target //:license-check (177 packages loaded, 10257 targets configured)

Analyzing: target //:license-check (177 packages loaded, 10257 targets configured)

Analyzing: target //:license-check (178 packages loaded, 10381 targets configured)

Analyzing: target //:license-check (178 packages loaded, 10381 targets configured)

INFO: Analyzed target //:license-check (179 packages loaded, 10509 targets configured).
INFO: From Generating Dash formatted dependency file ...:
INFO: Successfully converted 209 packages from Cargo.lock to bazel-out/k8-fastbuild/bin/formatted.txt
[15 / 18] [Prepa] JavaToolchainCompileBootClasspath external/rules_java+/toolchains/platformclasspath_unstripped.jar
[16 / 18] Extracting interfaces from external/rules_java+/toolchains/platformclasspath_unstripped.jar; 0s disk-cache, processwrapper-sandbox
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: 35.120s, Critical Path: 3.14s
INFO: 18 processes: 12 internal, 5 processwrapper-sandbox, 1 worker.
INFO: Build completed successfully, 18 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>]

@AlexanderLanin AlexanderLanin changed the title chore(bazel): make module declarations one line chore(bazel): use a minimal module declaration Aug 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

1 participant