-
Notifications
You must be signed in to change notification settings - Fork 11
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
dash: Integrate DASH tool in Bazel build #155
Conversation
6f9fd0f
to
f9b72be
Compare
This commit adds support for the DASH tool within the S-CORE Bazel build system. The integration includes: - Defining custom Bazel rules to handle the DASH tool's setup and execution. - Adding necessary dependencies in BUILD files to ensure compatibility with existing project requirements. - Validating the integration with the current CI pipeline to maintain a seamless build and deployment process. - Updating documentation (if applicable) to reflect the addition of DASH in the Bazel workflow. This enhancement simplifies the workflow by consolidating tools into the Bazel build system, improving build automation and traceability. Issue-ref: see eclipse-score#126
f9b72be
to
cf96667
Compare
@AlexanderLanin
|
As I understand it Dash will automatically start clearance process when we provide it with a token.
Feedback kuksa:
|
FYI: token requested at https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/5590 |
As discussed a while ago, let's adapt this to run a non-failing "license check preparation" job in PRs. Should be easy enough?! And we can finally merge this! I'll address in daily whether someone can pick this up. |
This PR was replaced with #378 which was just merged. |
This PR adds support for the DASH tool within the S-CORE Bazel build system. The integration includes:
This enhancement simplifies the workflow by consolidating tools into the Bazel build system, improving build automation and traceability.
Issue-ref: see #126