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

Bazel build: use Clang and bump rules_foreign and protobuf versions. #5148

Merged
merged 1 commit into from
Feb 25, 2025

Conversation

smolkaj
Copy link
Member

@smolkaj smolkaj commented Feb 25, 2025

This is is preparation for migrating to Bzlmod ( #5066), which requires up-to-date versions of all dependencies.

This is is preparation for migrating to Bzlmod ( #5066), which requires
up-to-date versions of all dependencies.

Signed-off-by: Steffen Smolka <[email protected]>
@@ -3,4 +3,10 @@ common --enable_workspace
# Enable once #5066 is resolved.
common --noenable_bzlmod

build --action_env=BAZEL_CXXOPTS="-std=c++17"
# Use C++17.
Copy link
Collaborator

Choose a reason for hiding this comment

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

This will have the same problem as #4640 where every dependency needs to set those options, right?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, that's true.

@smolkaj smolkaj added this pull request to the merge queue Feb 25, 2025
@fruffy fruffy added the infrastructure Topics related to code style and build and test infrastructure. label Feb 25, 2025
Merged via the queue into main with commit d4365f1 Feb 25, 2025
21 checks passed
@smolkaj smolkaj deleted the bzlmod branch February 25, 2025 13:29
Vineet1101 pushed a commit to Vineet1101/p4c that referenced this pull request Mar 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Topics related to code style and build and test infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants