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

Fix Intel case #4051

Merged
merged 1 commit into from
Nov 1, 2024
Merged

Fix Intel case #4051

merged 1 commit into from
Nov 1, 2024

Conversation

lloeki
Copy link
Contributor

@lloeki lloeki commented Oct 31, 2024

What does this PR do?

Swap x86 brain fart for x64. Indeed:

  • x86_64 glibc is supported
  • 32bit (x86 or armv7hf) glibc is not
  • musl is not (yet), for all cpu archs

Add better negative tests to cover those base cases.

Motivation:

Wetware failure.

Change log entry

Additional Notes:

The world is imperfect and we can't have nice things (like unambiguous gcc/clang triplets).

JIRA

How to test the change?

CI (dd-gitlab/requirements_json_test)

@lloeki lloeki requested a review from a team as a code owner October 31, 2024 08:33
@lloeki lloeki force-pushed the lloeki/x64-not-x86 branch 2 times, most recently from 9556f8f to ab0c7de Compare October 31, 2024 08:48
@codecov-commenter
Copy link

codecov-commenter commented Oct 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.73%. Comparing base (922d8ff) to head (da7fc67).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4051      +/-   ##
==========================================
+ Coverage   97.71%   97.73%   +0.01%     
==========================================
  Files        1338     1338              
  Lines       80248    80248              
  Branches     4016     4016              
==========================================
+ Hits        78418    78433      +15     
+ Misses       1830     1815      -15     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pr-commenter
Copy link

pr-commenter bot commented Oct 31, 2024

Benchmarks

Benchmark execution time: 2024-10-31 16:14:00

Comparing candidate commit 34b9e67 in PR branch lloeki/x64-not-x86 with baseline commit 1710985 in branch master.

Found 0 performance improvements and 0 performance regressions! Performance is the same for 29 metrics, 2 unstable metrics.

@TonyCTHsu TonyCTHsu added the dev/internal Other internal work that does not need to be included in the changelog label Oct 31, 2024
@lloeki lloeki enabled auto-merge October 31, 2024 15:31
@github-actions github-actions bot added the single-step Single Step APM Instrumentation label Oct 31, 2024
- x86_64 glibc is supported
- 32bit (x86 or armv7hf) glibc is not
- musl is not (yet), for all cpu archs

Add better negative tests to cover those base cases.
@lloeki lloeki merged commit 11ce2e3 into master Nov 1, 2024
269 of 270 checks passed
@lloeki lloeki deleted the lloeki/x64-not-x86 branch November 1, 2024 14:35
@github-actions github-actions bot added this to the 2.5.0 milestone Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev/internal Other internal work that does not need to be included in the changelog single-step Single Step APM Instrumentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants