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

[nfc] 110824 assorted build cleanup #3085

Merged
merged 3 commits into from
Nov 10, 2024
Merged

[nfc] 110824 assorted build cleanup #3085

merged 3 commits into from
Nov 10, 2024

Conversation

fhanau
Copy link
Collaborator

@fhanau fhanau commented Nov 9, 2024

Roll Rust deps, rules_rust

  • The rules_rust update includes checksums for Rust 1.82, fixing a warning.

[build] Fix protobuf warning, compile_flags.txt

[build] Port libc++ defines from downstream to reduce include overhead

- The rules_rust update includes checksums for Rust 1.82, fixing a warning.
- Add missing includes for absl, cxx_integration
- Fix boringssl include after last update
- Move sqlite3 include so our generated header is used, not the system version
- Drop superfluous /usr/local/include include
@fhanau fhanau requested a review from mikea November 9, 2024 03:06
@fhanau fhanau requested review from a team as code owners November 9, 2024 03:06
@fhanau fhanau requested a review from vickykont November 9, 2024 03:06
Copy link
Member

@jasnell jasnell left a comment

Choose a reason for hiding this comment

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

Bit of a rubber-stamp LGTM

@anonrig
Copy link
Member

anonrig commented Nov 10, 2024

ASAN errors might be related

@fhanau
Copy link
Collaborator Author

fhanau commented Nov 10, 2024

ASAN errors might be related

Thank you for approving. The crash disappears after re-running the ASan job, so it is unlikely to be caused by this (there are two libc++ flags being added but they are unrelated to ASan and are working well with downstream). There is a downstream V8 patch dealing with ASan issues for html-rewriter tests, perhaps the html-rewriter crash here has the same root cause.

@fhanau fhanau merged commit d77b0fa into main Nov 10, 2024
14 checks passed
@fhanau fhanau deleted the felix/110824-build-cleanup branch November 10, 2024 18:16
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