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

bazelrc: enable llvm toolchain #726

Closed
wants to merge 2 commits into from
Closed

bazelrc: enable llvm toolchain #726

wants to merge 2 commits into from

Conversation

proppy
Copy link
Member

@proppy proppy commented Sep 28, 2022

@cdleary
Copy link
Collaborator

cdleary commented Sep 29, 2022

Should be fine to enable by default given that it works in CI.

Unfortunately since we changed Bazel build flags it'll need to rebuild everything which is gonna take a while for us to observe the result, may time out the first go around, but running it locally too and if that looks ok we'll put it in and see how it goes.

@proppy
Copy link
Member Author

proppy commented Sep 14, 2023

Unfortunately since we changed Bazel build flags it'll need to rebuild everything which is gonna take a while for us to observe the result

That shouldn't be a concern anymore with the dedicated runners.


maybe(
http_archive,
name = "rules_hdl",
sha256 = git_sha256,
strip_prefix = "bazel_rules_hdl-%s" % git_hash,
urls = [
"https://github.com/hdl/bazel_rules_hdl/archive/%s.tar.gz" % git_hash,
"https://github.com/proppy/bazel_rules_hdl/archive/%s.tar.gz" % git_hash,
Copy link
Member Author

Choose a reason for hiding this comment

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

trying hdl/bazel_rules_hdl#184 out, and see if it fixes the CI; will update once merged.

@proppy
Copy link
Member Author

proppy commented Oct 9, 2023

Superseeded by 72b254f.

@proppy proppy closed this Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable build with LLVM toolchain provider via grailbio/bazel-toolchain
2 participants