-
Notifications
You must be signed in to change notification settings - Fork 144
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
Remove compiled files so we can generate them ourselves #1723
Conversation
@@ -5,6 +5,10 @@ __pycache__/ | |||
|
|||
# C extensions | |||
*.so | |||
*.dylib |
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.
I'm not sure if there are any other files with these extensions in our repo. Should we consider explicitly excluding these files from src\debugpy\_vendored\pydevd\pydevd_attach_to_process
?
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.
There isn't any but I think we shouldn't ever be checking in dlls/exes. Too opaque.
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Can you just submit this Adam? It's not performing the license test for some reason |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Okay the 3.13 tests all passed locally with the same binaries as built by the PR. Submitting. |
Removing all of the compiled dlls for attach so we can generate them ourselves.