Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
dotnet-6 package update and removed patch
Signed-off-by: debasishbsws <[email protected]>
  • Loading branch information
debasishbsws committed Dec 21, 2023
commit dbd6caf21253e8a3bd5c686531dc3bc6a8378f8e
19 changes: 2 additions & 17 deletions dotnet-6.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: dotnet-6
version: 6.0.123
version: 6.0.125
epoch: 0
description: ".NET SDK, version 6"
target-architecture:
Expand Down Expand Up @@ -43,7 +43,7 @@ pipeline:
with:
repository: https://github.com/dotnet/installer
tag: v${{package.version}}
expected-commit: a33389fcc17c512c4ce21b1cf88863aa55e7307a
expected-commit: e898a826c2b7f66602c8962134ef165fb9e6d44b
destination: /home/build/installer

- working-directory: /home/build/installer
Expand All @@ -52,21 +52,6 @@ pipeline:

- working-directory: /home/build/src
pipeline:
- uses: patch
with:
patches: /home/build/build_14816-non-portable-build.patch
- uses: patch
with:
patches: /home/build/build_14816-stop-overriding-aspnetcore-version.patch
- uses: patch
with:
patches: /home/build/build_14816-update-portable-rid-logic.patch
- uses: patch
with:
patches: /home/build/installer_14816-crossgen2-rid.patch
- uses: patch
with:
patches: /home/build/installer_14816-update-portable-rid-logic.patch
- runs: |
sed -i -E 's|( /p:BuildDebPackage=false)|\1 /p:EnablePackageValidation=false|' src/runtime/eng/SourceBuild.props
sed -i -E 's|( /p:BuildDebPackage=false)|\1 --cmakeargs -DCLR_CMAKE_USE_SYSTEM_LIBUNWIND=TRUE|' src/runtime/eng/SourceBuild.props
Expand Down