Skip to content
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

Introduce Bazel #77

Merged

Conversation

castler
Copy link
Contributor

@castler castler commented Mar 27, 2024

With this PR we introduce the possibility to use TLRC within Bazel in a hermetic and portable manner.

@castler castler requested a review from a team as a code owner March 27, 2024 06:00
@castler castler force-pushed the introduce_bazel branch 2 times, most recently from 4738d7c to ce60a03 Compare March 28, 2024 06:39
BUILD Outdated Show resolved Hide resolved
build_file = "@trlc//:cvc5.BUILD",
sha256 = "cf291aef67da8eaa8d425a51f67f3f72f36db8b1040655dc799b64e3d69e6086",
strip_prefix = "cvc5-Linux-static",
url = "https://github.com/cvc5/cvc5/releases/download/cvc5-1.1.2/cvc5-Linux-static.zip",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please consider to support Windows and Mac, too.

api-examples/filename-check/BUILD Show resolved Hide resolved
trlc.bzl Show resolved Hide resolved
requirements.txt Outdated Show resolved Hide resolved
@castler castler force-pushed the introduce_bazel branch 2 times, most recently from e52395a to ccc0cb4 Compare April 19, 2024 11:58
castler added 2 commits April 19, 2024 14:57
We plan to also support Bazel in future. Thus, we avoid that its
generated artifacts are stored in git.
With this commit we add first rules that support using TRLC within Bazel
as a bzlmod module. This way linting and requirements checking can
easily be performed.
@christophkloeffel christophkloeffel merged commit 722f38a into bmw-software-engineering:main Apr 23, 2024
16 checks passed
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.

3 participants