-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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 parallel test updates in CI; fbcode LIB_MODE=shared #9553
Conversation
@pdillinger has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
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.
If this works in the FB infrastructure (looks like some libraries may be different?), works for me.
# location of zlib headers and libraries | ||
ZLIB_INCLUDE=" -I $ZLIB_BASE/include/" |
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.
These libraries previously where skipped in the PIC case. Is this correct now for FB internal?
I'm going to see if I can solve the problem of stack traces missing file and line info. One solution appears to be calling gdb rather than addr2line |
7e3def3
to
db6cde4
Compare
@pdillinger has updated the pull request. You must reimport the pull request before landing. |
I'm reducing the scope of this PR because of this issue. Hopefully fix before long in another PR |
@pdillinger has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Summary:
appropriately)
connected to a terminal (was previously relying on the
| cat_ignore_eagain
stuff for Ubuntu 16). This problem could causetimeouts that should be 10m to balloon to 5h.
Test Plan: manual and CI