-
Notifications
You must be signed in to change notification settings - Fork 515
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
Use the mono archive again. #7096
Conversation
Build failure |
build |
|
||
if (!File.Exists (fixedSource)) | ||
fixedSource = mangler.GetSourcePath (src); | ||
var fixedSource = mangler.GetSourcePath (src); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
out of curiosity, why is this needed now ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a revert of this fix, which turned out to be wrong: cf12606.
Build success |
I skipped the api comparison because when checking out the previous commit to build it, the previous hash was the mono archive disabled, and the api comparison tries to find mono-api-info.exe from the mono submodule, which ends up failing because the mono submodule isn't there. |
No description provided.