-
Notifications
You must be signed in to change notification settings - Fork 10
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
base: main
Are you sure you want to change the base?
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 |
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