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

Add missing ASAN runtime libraries #15454

Merged
merged 1 commit into from
Sep 26, 2024
Merged

Conversation

r0qs
Copy link
Member

@r0qs r0qs commented Sep 25, 2024

This package libclang-rt-dev which contains the sanitizer runtimes is missing in our ubuntu 24.04 clang image, causing problems like: https://app.circleci.com/pipelines/github/ethereum/solidity/36095/workflows/642d1bc0-2c10-48d8-a8c3-0c6812a177cf/jobs/1644834

After installing the runtime libraries, I was able to successfully build the image locally.

This comment was marked as outdated.

@cameel cameel added the 🟡 PR review label label Sep 25, 2024
cameel
cameel previously approved these changes Sep 25, 2024
Copy link
Member

@cameel cameel left a comment

Choose a reason for hiding this comment

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

The list seems to be sorted alphabetically so perhaps it would be best keep it that way.

Other than that, there's not much this could break, so let's try this :)

@cameel
Copy link
Member

cameel commented Sep 25, 2024

But you should test it by temporarily moving nighty jobs to the PR workflow.

@r0qs r0qs force-pushed the add-missing-asan-rt-libraries branch from bebbc4e to 3d738c7 Compare September 25, 2024 20:20
Copy link

solbuildpackpusher/solidity-buildpack-deps:ubuntu2404.clang-2 [solbuildpackpusher/solidity-buildpack-deps@sha256:bc99a858ba18e088c1cb889ce631e3e707bb3348f0ae452bfe69116dbb931173].

@r0qs
Copy link
Member Author

r0qs commented Sep 25, 2024

But you should test it by temporarily moving nighty jobs to the PR workflow.

You can see a test here: https://app.circleci.com/pipelines/github/ethereum/solidity/36134/workflows/eb89e05e-50b3-4782-8a1a-566d6eef156b
Note that b_ubu_asan will still failing in this PR until #15453 is merged.

@r0qs r0qs force-pushed the add-missing-asan-rt-libraries branch from 3d738c7 to cffc4f8 Compare September 25, 2024 21:14
@r0qs r0qs requested a review from cameel September 25, 2024 21:17
@r0qs r0qs merged commit 2f58ee3 into develop Sep 26, 2024
72 of 77 checks passed
@r0qs r0qs deleted the add-missing-asan-rt-libraries branch September 26, 2024 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants