Skip to content

Fix bootstrap on Linux/Mac#34978

Merged
agocke merged 1 commit intodotnet:masterfrom
agocke:fix-nix-bootstrap
Apr 15, 2019
Merged

Fix bootstrap on Linux/Mac#34978
agocke merged 1 commit intodotnet:masterfrom
agocke:fix-nix-bootstrap

Conversation

@agocke
Copy link
Member

@agocke agocke commented Apr 13, 2019

There are two problems here: in order for the bootstrap to change from the toolset compiler to the bootstrap compiler we need to re-run restore, which doesn't happen by default, and the 'quiet restore' function seems to cause node reuse so the MSBuild task doesn't get reloaded. Apparently NuGet has decreased noisiness of restore anyway, so it's not useful anymore.

Copy link
Member

@RikkiGibson RikkiGibson left a comment

Choose a reason for hiding this comment

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

seems fine to me.

@agocke agocke merged commit 108bfbe into dotnet:master Apr 15, 2019
@agocke agocke deleted the fix-nix-bootstrap branch April 15, 2019 19:54
333fred added a commit to 333fred/roslyn that referenced this pull request Apr 17, 2019
* dotnet/master: (495 commits)
  Roslyn Installer: Stop processes that block VSIX installation. (dotnet#34886)
  Remove unused helper BeginInvokeOnUIThread
  Apply a hang mitigating timeout to InvokeOnUIThread
  Apply a hang mitigating timeout in RestoreNuGetPackages
  Apply a hang mitigating timeout to WaitForApplicationIdle
  Fix Value/Ref checks for pattern Index/Range (dotnet#35004)
  Fix assert in remove unused member analyzer
  Treat unconstrained type parameters declared in `#nullable disable` context as having an oblivious nullability in case they are substituted with a reference type. (dotnet#34797)
  Add symbol name to tests. Fix to be the correct name emitted
  PR feedback
  Improve IDE0052 diagnostic message for properties with used setter but unused getter
  Use original definition symbol for fetching control flow graph of generic local functions.
  Properly treat ambiguous explicit interface implementations (dotnet#34584)
  Remove the dependence between the order in NullableAnnotation and metadata attribute values (dotnet#34909)
  Fix warning level test.
  Fix bootstrap on Linux/Mac (dotnet#34978)
  disable completion for immediate window commands (dotnet#32631)
  Updated PreviewWarning color
  Implement design changes for "pattern" Index/Range indexers  (dotnet#34897)
  Add IVTs to 16.1 version of RemoteLS
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants