1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-10 18:11:04 +09:00

Documentation: Purges two outdated known issues.

Unix build instruction has two outdated notes under Known Issues.

The first one is fixed by:
https://bugzilla.xamarin.com/show_bug.cgi?id=29679. (/cc @akoeplinger)

The last one was fixed by a series of organization-wide updates to
bash files by @dougbu via https://github.com/aspnet/Home/issues/695.

Commit migrated from 0c42646a32
This commit is contained in:
Peter Jas 2015-07-25 20:02:53 +03:00
parent fa92a61b90
commit 0ffea0e1c2

View file

@ -72,7 +72,3 @@ PDBs aren't generated by Roslyn on Unix. https://github.com/dotnet/roslyn/issues
Test runs are currently disabled when building on Unix. https://github.com/dotnet/corefx/issues/1776
System.Diagnostics.Debug.Tests does not build on Unix. https://github.com/dotnet/corefx/issues/1609
Mono fails when trying to get custom attributes on CoreFx assemblies. https://bugzilla.xamarin.com/show_bug.cgi?id=29679
Some third party dependencies may incorrectly assume that `bash` is always installed in `/bin/`. This can manifest itself in errors like `corefx/packages/dnx-mono.1.0.0-beta5-11760/bin/dnu: not found`. The simplest way to get around this until fixed upstream is simply making the assumption correct: `sudo ln -s /usr/local/bin/bash /bin/bash`.