* Fix aspnetcore offline build when nodejs is installed
* Remove centos7 and 8, replace with stream 8
* Change Fedora 33 container to Fedora 36
* Revert "Change Fedora 33 container to Fedora 36"
* Remove unused debian container definition
* Add extra packages needed for bootstrapping arm64
* Use PackageDownloads for bootstrapping PSB artifacts and update prebuilts version
Co-authored-by: Chris Rummel <crummel@microsoft.com>
* Add llvm-project to source-build.
* Add repo references to llvm-project.
* Add source-build metadata.
* Upgrade CI to CentOS Stream 8.
* Fix the image name in the right place.
* Patch llvm to use an MS.Build.Traversal that we have.
* Add backport PR to patch.
* Revert "Upgrade CI to CentOS Stream 8."
This reverts commit 6bc2754d5e3eecddc1788555c196f272567312bf.
* Update to avoid new MSBuild warning that causes build failure.
* We use code out of the LLVM directory. Copy the license file from there to the root to satisfy the license checker.
* Add SourceBuild.props to llvm.
* Update patches with backport PR pointers.
* re-enable tarball build in C
* remove all projects except SBRP from known-good
* disable smoke tests until more repos are building
Co-authored-by: Michael Simons <msimons@microsoft.com>
* Exclude omnisharp tests from CentOS 7 CI
* Update src/SourceBuild/Arcade/eng/common/templates/steps/source-build-build-tarball.yml
Co-authored-by: Chris Rummel <crummel@microsoft.com>
Co-authored-by: Chris Rummel <crummel@microsoft.com>
* Switch another leg to Ubuntu 18
* Switch to Ubuntu 18
* Also update source build queues to Ubuntu 18
Co-authored-by: Daniel Plaisted <dsplaisted@gmail.com>
* [ArPow] Add runtime repo to tarball (#11506)
* Add runtime repo / update runtime project
* Update runtime-portable logs and properties
* Create runtime-portable git-info
* Fix unpack of IntermediatePackages
* Re-enable references to runtime
* Pass TargetRid and NonPortable to runtime build
* Only build allconfigurations in non-portable build
* Add SDK patch to disable new CA warning
* Increase built tarball timeout
* Update prebuilt version
* [ArPow] Add installer repo to tarball (#11483)
* Ignore failure in no-network case
Co-authored-by: Dan Seefeldt <dseefeld@microsoft.com>
Co-authored-by: Michael Simons <msimons@microsoft.com>
Co-authored-by: Matt Galbraith <mattgal@microsoft.com>