-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[mono]pack nuget packages with -cmakeargs orrcured error on windows. #76717
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
below is the log build with -pack and -cmakeargs found the problem is not fond zlib
and build_log.txt is the log using |
@akoeplinger could you help me? the problem is there are two cmake define pass with one -cmakeargs:
but I am not an expert in windows batch or msbuild script, so I can't fix it, hope you can take the time to fix it. |
This comment was marked as off-topic.
This comment was marked as off-topic.
Hmm it looks like there's some issue with passing this to the coreclr build? Line 217 in eb02b20
|
yeah, it can be fixed by adding define in CMakeList.txt or mono.proj file directly. runtime/src/coreclr/build-runtime.cmd Line 356 in 415a417
we should append __ExtraCmakeArgs with I have tryed but not work |
Description
when I build to generate package with -cmakeargs, it hit error:
but it can build successful using:
Reproduction Steps
./build.cmd -pack -runtimeFlavor mono /p:Deterministic=true -cmakeargs -DENABLE_OVERRIDABLE_ALLOCATORS=1 -c Release
Expected behavior
build success
Actual behavior
hit error.
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response
The text was updated successfully, but these errors were encountered: