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

Transition uv to the correct platform #122

Merged
merged 3 commits into from
Sep 11, 2024

Conversation

mortenmj
Copy link
Contributor

@mortenmj mortenmj commented Aug 30, 2024

Currently, uv is selected for the exec platform. If it were used as part of a build action, this would be correct, but as it is invoked by an emitted shell script it is not. This causes it to fail when running builds on one platform, but targeting another. This is the case, for example, when running builds in a remote execution cluster with Linux workers, but compiling for a Mac. This patch transitions uv to the proper platform, allowing it to work in this situation.

@mortenmj mortenmj requested a review from a team as a code owner August 30, 2024 13:17
@mortenmj mortenmj force-pushed the mmj/uv-transition branch 2 times, most recently from d4269dd to 8e57fa1 Compare August 30, 2024 19:11
Copy link
Contributor

@mark-thm mark-thm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

talked on Slack -- I think this is another wedge in we should convert these to build actions with a write_source_files action that copies out the result to the source tree

@mark-thm mark-thm enabled auto-merge (squash) September 11, 2024 14:08
@mark-thm mark-thm merged commit 4d917f6 into theoremlp:main Sep 11, 2024
6 checks passed
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.

2 participants