Skip to content

Add an option to build against no SDKs #1201

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

Merged
merged 1 commit into from
Mar 4, 2020
Merged

Add an option to build against no SDKs #1201

merged 1 commit into from
Mar 4, 2020

Conversation

asherkin
Copy link
Member

@asherkin asherkin commented Mar 4, 2020

Quite often I find myself only needing to build the SDK-independent code, which we have more and more of these days.

Quite often I find myself only needing to build the SDK-independent code, which we have more and more of these days.
@asherkin asherkin requested a review from psychonic March 4, 2020 19:49
@KyleSanderson
Copy link
Member

Isn't this accomplished by building with -s present? if it isn't lets fix that instead?

@asherkin
Copy link
Member Author

asherkin commented Mar 4, 2020

Isn't this accomplished by building with -s present? if it isn't lets fix that instead?

No, that (sanely, I think) still errors if you have 0 available. But that doesn't solve the problem I want to solve, which is having all the SDKs checked out but not wanting to use any of them to build.

@asherkin asherkin merged commit bff8585 into master Mar 4, 2020
@asherkin asherkin deleted the none-sdks branch March 4, 2020 21:52
asherkin added a commit that referenced this pull request Mar 4, 2020
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