Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.

Conversation

@joperezr
Copy link
Member

@joperezr joperezr commented Sep 5, 2017

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.

<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.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

# 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.

@VSadov
Copy link
Member

VSadov commented Sep 8, 2017

@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.
I'd prefer to get build working and then update to the newer version. - Just to do one thing at a time.

Once this change is in, we should move to a newer version though.

Copy link
Member

@VSadov VSadov left a comment

Choose a reason for hiding this comment

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

LGTM

@joperezr
Copy link
Member Author

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.

@joperezr
Copy link
Member Author

cc: @ericstj

@ericstj
Copy link
Member

ericstj commented Sep 12, 2017

Thanks @joperezr

joperezr added a commit to joperezr/buildtools that referenced this pull request Sep 12, 2017
joperezr added a commit that referenced this pull request Sep 12, 2017
Revert "Updating the version of the roslyn compilers we use for building (#1661)"
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants