Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@thaystg
Copy link
Contributor

@thaystg thaystg commented Feb 26, 2020

Backport #18895

@thaystg thaystg added this to the 2020-02 (6.12.xx) milestone Feb 26, 2020
@thaystg
Copy link
Contributor Author

thaystg commented Feb 26, 2020

@monojenkins backport 2019-12


// Temporarily disabled to unblock Roslyn
#if HOST_WIN32 //|| HAVE_SYS_ZLIB
#if HOST_WIN32 || HAVE_SYS_ZLIB
Copy link
Member

Choose a reason for hiding this comment

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

On master this is HOST_WIN32 || HOST_WASM || HAVE_SYS_ZLIB. It's ok here without wasm because we're not building wasm from this branch, is that correct?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, exactly.

@thaystg
Copy link
Contributor Author

thaystg commented Feb 27, 2020

@monojenkins build failed

@akoeplinger akoeplinger merged commit 2b7e10e into mono:2020-02 Feb 27, 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.

Enabling system zlib breaks appdomain remoting

3 participants