-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
x64 libraries build error #34610
Comments
Tagging @safern, @ViktorHofer as an area owner |
Make sure that you ran -restore once. Currently deprojs only run for the full subsetCategory. We are planning to remove the depprojs so that the upfront restore isn't necessary anymore. |
Also, the error is because you're missing to build the ref assemblies which we use to build the src. So after running |
Thank you, that helped. So, the current working solution is: ./build.sh --clang9 --arch x64 --configuration Release --subsetcategory libraries --restore
./build.sh --clang9 --arch x64 --configuration Release --subsetcategory libraries --subset native-ref-src --build |
You could also just do |
@ViktorHofer I want to build only specific subsets, e.g. I don't need |
Then you are good to go with this: |
|
Oh right. We plan to remove them anyway soon. I'll fix this in the meantime. |
They are available now on latest master. Closing as I believe this issue is now fixed. |
Thank you |
If I try to build with subsets specified for libraries, lots of different errors show up:
Build without subsets is fine:
Seems that this is related to
depprojs
and #33553:runtime/eng/Subsets.props
Line 61 in 986518e
cc @alpencolt @jkotas
The text was updated successfully, but these errors were encountered: