Skip to content

Support for Ubuntu 16.04 #833

@JunielKatarn

Description

@JunielKatarn

Hi. It's been a few week since .NET Core was released, and it works fine on Ubuntu 16.04.
Therefore, it should be possible to update MSBuild to also support it.

Currently, installing libunwind8 on this version of Ubuntu does not seem to solve the problem.
Sample run:

$ uname -a
Linux jurocha-pad 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:07:12 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
$ sudo apt install libunwind8
$ git clone https://github.com/Microsoft/msbuild.git --branch xplat
$ cd msbuild
$ ./cibuild.sh 
Unsupported target detected: . Configuring as if for CoreCLR
Unsupported host detected: . Configuring as if for CoreCLR
Installing dotnet cli...
Restoring BuildTools version 1.0.25-prerelease-00410-01...
Failed to initialize CoreCLR, HRESULT: 0x80131500
$ cat init-tools.log 
Running: /home/jurocha/Desktop/msbuild/init-tools.sh
Installing 'https://dotnetcli.blob.core.windows.net/dotnet/beta/Binaries/1.0.0-rc2-002547/dotnet-dev-ubuntu-x64.1.0.0-rc2-002547.tar.gz' to '/home/jurocha/Desktop/msbuild/Tools/dotnetcli/dotnet.tar'
Running: /home/jurocha/Desktop/msbuild/Tools/dotnetcli/dotnet restore "/home/jurocha/Desktop/msbuild/Tools/1.0.25-prerelease-00410-01/project.json" --packages /home/jurocha/Desktop/msbuild/packages --source https://dotnet.myget.org/F/dotnet-buildtools/api/v3/index.json

Maybe the .NET Core dependency can be bumped to the same version as the official release?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions