dotnet / source-build

A repository to track efforts to produce a source tarball of the .NET Core SDK and all its components
MIT License
264 stars 129 forks source link

Can we test a strictly-portable scenarios in CI? #1536

Open crummel opened 4 years ago

crummel commented 4 years ago

Testing a strictly-no-libunwind scenario could avoid problems with distros that do not have libunwind available. There are other aspects of portability but this is probably the easiest one to test.

dseefeld commented 4 years ago

1539 should add the "no libunwind" scenario. Generating tarball on one RID and building it on another is another scenario that should be tested here. Also, this should test the "banana linux" scenario. #297