Skip to content

Commit

Permalink
Hopefully functional preview 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ta264 committed Apr 15, 2022
1 parent 2824f74 commit 4b0474c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,13 @@ stages:
git -C runtime tag | grep ${{ parameters.runtimeBranch }} | xargs git -C runtime checkout
git -C runtime apply ../dotnet-linux-x86/patches/runtime/0001-Fix-duplicate-definition-of-_RUNTIME_FUNCTION-on-lin.patch
git -C runtime cherry-pick -n d22aceff4b4b83672cfaaab92d9977445213f9f5
git -C runtime revert -n eb8460fd29f
sed -i 's/return/__SkipCrossArchBuild=0/' runtime/src/coreclr/build-runtime.sh
sed -i '/AppHostRuntimeIdentifier/d' runtime/src/coreclr/tools/aot/crossgen2/crossgen2.csproj
sed -i '/\/dnceng\/internal\//d' runtime/NuGet.config
sed -i '/PublishReadyToRun Condition/a \ \ \ \ <PublishReadyToRun>false<\/PublishReadyToRun>' runtime/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.props
sed -i '/crossgen-corelib/d' runtime/eng/Subsets.props
displayName: Checkout and patch
- bash: |
docker build -t dotnet-linux-x86 - < dotnet-linux-x86/Dockerfile
Expand Down

0 comments on commit 4b0474c

Please sign in to comment.