-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[Python3] Find the matching Python interpreter for LLDB in its build dir #33235
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
[Python3] Find the matching Python interpreter for LLDB in its build dir #33235
Conversation
Depends on swiftlang/llvm-project/pull/1579 |
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.
LGTM
swiftlang/llvm-project/pull/1579 @swift-ci test macOS |
swiftlang/llvm-project/pull/1579 @swift-ci test Ubuntu 20.04 |
Build failed |
Instead of trying to guess which Python interperter matches the Python that LLDB was build against, rely on the interpreter being present in the build directory for testing. This way the two will always be in sync.
64c4478
to
68f6e0a
Compare
swiftlang/llvm-project/pull/1579 @swift-ci test macOS |
swiftlang/llvm-project/pull/1579 @swift-ci test Ubuntu 20.04 |
Build failed |
Build failed |
swiftlang/llvm-project/pull/1579 @swift-ci test macOS |
swiftlang/llvm-project/pull/1579 @swift-ci test Ubuntu 20.04 |
This is the job for Ubuntu 20.04 - https://ci.swift.org/job/swift-pr-ubuntu-2004/4/console |
Build failed |
swiftlang/llvm-project/pull/1579 @swift-ci test Ubuntu 20.04 |
Build failed |
@swift-ci test Ubuntu 20.04 |
@swift-ci smoke test linux platform |
Build failed |
Build failed |
@swift-ci test Ubuntu 20.04 |
@swift-ci test linux platform |
Build failed |
This was fixed by #33235 rdar://66389949
Instead of trying to guess which Python interperter matches the Python
that LLDB was build against, rely on the interpreter being present in
the build directory for testing. This way the two will always be in
sync.