-
Notifications
You must be signed in to change notification settings - Fork 165
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(deps): bump tbb and enable its compilation with emscripten #2149
fix(deps): bump tbb and enable its compilation with emscripten #2149
Conversation
Perf diff from master - unit tests
Heap diff from master - unit tests
Heap diff from master - scap file
Benchmarks diff from master
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2149 +/- ##
=======================================
Coverage 74.79% 74.79%
=======================================
Files 254 254
Lines 33510 33510
Branches 5735 5735
=======================================
Hits 25065 25065
+ Misses 8432 8420 -12
- Partials 13 25 +12
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
/milestone 0.19.0 |
@@ -32,6 +32,7 @@ include(ExternalProject) | |||
include(BuildPkgConfigDependencies) | |||
include(jsoncpp) | |||
include(zlib) | |||
include(tbb) |
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.
Don't we need to also drop some
#if !defined(__EMSCRIPTEN__)
#include "tbb/concurrent_unordered_map.h"
#endif
eg: in libsinsp/dns_manager.h?
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.
My bad! I didn't commit the changes. Let me fix it!
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.
/approve
LGTM label has been added. Git tree hash: cdac25b31ccb6f30e403ab38f9d7f53363bf9693
|
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.
/approve
I'll investigate the failure further given that the fix didn't work @FedeDP |
Have you rebased this branch on latest master? |
Signed-off-by: Roberto Scolaro <[email protected]>
Signed-off-by: Roberto Scolaro <[email protected]>
8ef4e90
to
a758134
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.
/approve
LGTM label has been added. Git tree hash: 4a82aec18303d0fefaa391bd97d64daec7471e21
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Andreagit97, FedeDP, therealbobo The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind cleanup
/kind feature
Any specific area of the project related to this PR?
Does this PR require a change in the driver versions?
What this PR does / why we need it:
Which issue(s) this PR fixes:
This bumps tbb to the latest version available and enables its compilation with emscripten.
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: