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

Execute cargo build inside workPath #85

Merged
merged 1 commit into from
Mar 20, 2023

Conversation

Brendonovich
Copy link
Contributor

In attempting to get the rspc workspace deployed on Vercel, we found that the execution of cargo build was not respecting the Root Directory that was configured for the project, but instead the root of the repository. Changing the working directory of that command to workPath seemed to solve the issue.

I wouldn't be surprised if this is a naive fix and other things need to be changed, but it worked for us!

@ecklf
Copy link
Collaborator

ecklf commented Mar 17, 2023

I’ll give it some testing next week and see if it causes any issues. Thank you!

Are you interested in testing an experimental feature for merged handlers in one function in your project?

@oscartbeaumont
Copy link

Oh hell yes, would be great to test out any beta stuff you got!

@ecklf
Copy link
Collaborator

ecklf commented Mar 18, 2023

@oscartbeaumont @Brendonovich awesome. Mind to share your thoughts on #86? I've also joined your Discord (@ecklf).

Copy link
Collaborator

@ecklf ecklf left a comment

Choose a reason for hiding this comment

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

Ran this change against our tests and it seems nothing is breaking. Merging and publishing a new version.

@ecklf ecklf merged commit 20be889 into vercel-community:main Mar 20, 2023
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.

3 participants