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

Drone: fixing ASAN #211

Merged
merged 1 commit into from
Jun 25, 2024
Merged

Drone: fixing ASAN #211

merged 1 commit into from
Jun 25, 2024

Conversation

sdarwin
Copy link
Contributor

@sdarwin sdarwin commented Jun 25, 2024

ASAN often requires privileged access.

This PR is overly simplified, setting privileged: true on all linux jobs. You should modify the function and set privileged: true when necessary.

The randomize_va_space setting was discovered on stackoverflow, and may help. It can also be isolated to apply to ASAN jobs instead of everything.

Any repos that need this specific update should contact me and request the Drone setting "Trusted". I have also modified cppalliance/decimal.

Copy link

codecov bot commented Jun 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.52%. Comparing base (9db7af7) to head (ff2b1e3).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #211   +/-   ##
========================================
  Coverage    94.52%   94.52%           
========================================
  Files           66       66           
  Lines         8459     8459           
========================================
  Hits          7996     7996           
  Misses         463      463           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9db7af7...ff2b1e3. Read the comment docs.

@mborland mborland merged commit e77744b into boostorg:develop Jun 25, 2024
68 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.

2 participants