-
Notifications
You must be signed in to change notification settings - Fork 677
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: target-cpu=native
flag working again
#4498
Conversation
this changes quite a lot when considering ti's for
what it is goal of this PR? |
It touches 12 of files, but it's only adding a single word in 11 of them
It's a few percent perf improvements on local builds. See the discussion on the Slack |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #4498 +/- ##
==========================================
- Coverage 83.32% 83.21% -0.12%
==========================================
Files 453 453
Lines 328494 328494
Branches 323 323
==========================================
- Hits 273731 273342 -389
- Misses 54755 55144 +389
Partials 8 8 see 25 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
i guess that's my question - you've mentioned "local builds" twice now, but there are only 2 Dockerfiles that should ever be used to build locally: |
if #4489 added a regression, wouldn't it be simpler to revert that change vs adding more changes? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
requesting changes as a placeholder, i think a call is in order
@jbencin can PR the we can discuss concerns around removing these from the stacks-core repo elsewhere, my main concern is merging this PR, then not having these chagnes in teh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shipit
ref: #4497 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, I think this seems fine. 👍
Looks like there are still conflicts here @jbencin |
14e5b79
to
8ff05eb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shipit
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
Pass the flag
target-cpu=native
torustc
for local builds and tests for improved performanceThis PR also require stacks-network/actions#31 to be approved and merged
Applicable issues
target-cpu=native
withportable
feature #4489: Broke flag being passed torustc
(not sure why)