-
Notifications
You must be signed in to change notification settings - Fork 11
Update default and custom Bazel modules for this repo #34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update default and custom Bazel modules for this repo #34
Conversation
License Check Results🚀 The license check job ran with the Bazel command: bazel run //:license-checkStatus: ✅ Passed Click to expand output |
afd3731 to
d135c1d
Compare
|
I added the missing security parameter with a YES value to the stkh_req__docgen_enabled__example requirement, which was preventing the build from succeeding. This value can be changed later if needed. |
BUILD
Outdated
| load("@score_format_checker//:macros.bzl", "use_format_targets") | ||
| load("@score_starpls_lsp//:starpls.bzl", "setup_starpls") | ||
|
|
||
| # ******************************************************************************* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
license duplicated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed. Please resolve.
add8072 to
321de14
Compare
- Upgrade default Bazel modules - Upgrade our custom Bazel modules - Integrate score_tooling and fix it's sub-modules import
321de14 to
86bb4c6
Compare
|
The created documentation from the pull request is available at: docu-html |
The list of default Bazel modules updated:
The list of custom Bazel modules has been updated:
We integrated score_tooling and replaced all old sub-modules related to it, and we corrected their import
We added the missing security parameter with a YES value to the stkh_req__docgen_enabled__example requirement, which was preventing the build from succeeding. This value can be changed later if needed.
Note: The build and tests are working well after the fix.
close: eclipse-score/score#1642