-
Notifications
You must be signed in to change notification settings - Fork 236
Updating the version of the roslyn compilers we use for building #1661
Conversation
| <BuildToolsTaskDir Condition="'$(RunningOnCore)'=='true'">$(ToolsDir)</BuildToolsTaskDir> | ||
| <UseRoslynCompilers Condition="'$(UseRoslynCompilers)'=='' and '$(RunningOnUnix)'=='true'">false</UseRoslynCompilers> | ||
| <UseSharedCompilation Condition="'$(UseSharedCompilation)' == '' and '$(RunningOnUnix)' != 'true' and '$(UseRoslynCompilers)' != 'false'">true</UseSharedCompilation> | ||
| <UseSharedCompilation>false</UseSharedCompilation> |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
…sbuild task can find the compilers
| # Copy some roslyn files over | ||
| cp $__TOOLRUNTIME_DIR/runtimes/any/native/* $__TOOLRUNTIME_DIR/ | ||
|
|
||
| #Temporarily rename roslyn compilers to have exe extension |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
@joperezr - There is a newer compiler package available - 2.6.0-rdonly-ref-62106-01 , but that adds some more checks and could potentially require source changes. Once this change is in, we should move to a newer version though. |
VSadov
left a comment
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.
LGTM
|
temporarily rolling this back to unblock buildtools update in corefx, will re -add it once I have the changes ready in corefx for the update. |
|
cc: @ericstj |
|
Thanks @joperezr |
…ing (dotnet#1661)" This reverts commit ef6e0ca.
Revert "Updating the version of the roslyn compilers we use for building (#1661)"
cc: @weshaggard @jaredpar @VSadov
Updating the version of roslyn compilers we use for building the repos. With these set of changes I'm able to build corefx in Windows and non-Windows succesfully.