-
Notifications
You must be signed in to change notification settings - Fork 447
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(remote-build): don't fail with certain archs #4793
Conversation
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.
thanks!
@lengau shouldn't this PR be targeting the hotfix branch? |
@tigarmo you're right! I'll retarget to the hotfix branch. Thanks! |
This fixes the initial reported bug in #4780. However, I haven't tested some other use cases listed in that bug report.
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 like this approach. I left my main feedback as a reply in another comment.
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.
nice! Thanks
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
This fixes the initial reported bug in #4780. However, I haven't tested some other use cases listed in that bug report.
tox run -m lint
?tox run -e test-py310
? (supported versions:py39
,py310
,py311
,py312
)