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

Issue91 flit bisect buildrace #132

Merged
merged 7 commits into from
Apr 12, 2018

Conversation

mikebentley15
Copy link
Collaborator

Fix the build race when executing parallel bisect

  • Multiple instances of bisect under the same compilation but perhaps different tests
    were competing to write and read the same object files
  • Those shared object files are no longer cleaned with the --delete flag. They are
    deleted after all is done.
  • Move -fPIC compiled object files to within the bisect object directory instead of
    the top-level object directory. This is because we can again contend for the
    creation of these files with parallel bisect invocations.

@mikebentley15 mikebentley15 merged commit 5ca0c8d into issue91-flit-bisect Apr 12, 2018
@mikebentley15 mikebentley15 deleted the issue91-flit-bisect-buildrace branch April 12, 2018 21:06
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.

1 participant