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

Commit 0c42646

Browse files
author
Peter Jas
committed
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 dotnet/aspnetcore#695.
1 parent 17a9de2 commit 0c42646

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Documentation/building/unix-instructions.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,3 @@ PDBs aren't generated by Roslyn on Unix. https://github.com/dotnet/roslyn/issues
7272
Test runs are currently disabled when building on Unix. https://github.com/dotnet/corefx/issues/1776
7373

7474
System.Diagnostics.Debug.Tests does not build on Unix. https://github.com/dotnet/corefx/issues/1609
75-
76-
Mono fails when trying to get custom attributes on CoreFx assemblies. https://bugzilla.xamarin.com/show_bug.cgi?id=29679
77-
78-
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`.

0 commit comments

Comments
 (0)