Skip to content
This repository was archived by the owner on Oct 2, 2025. It is now read-only.

Commit 1365fe3

Browse files
authored
Build 8.0.1 (#7)
1 parent 3d955b5 commit 1365fe3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/main.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ jobs:
1111
PACKAGESDIR: ${{ github.workspace }}/packages
1212
DOWNLOADDIR: ${{ github.workspace }}/downloads
1313
OUTPUTDIR: ${{ github.workspace }}/output
14-
RUNTIME_VERSION: 8.0.0-rtm.23531.3
15-
SDK_VERSION: 8.0.100-rtm.23551.6
16-
ASPNETCORE_VERSION: 8.0.0-rtm.23531.12
14+
RUNTIME_VERSION: 8.0.1-servicing.23580.1
15+
SDK_VERSION: 8.0.101-servicing.23580.21
16+
ASPNETCORE_VERSION: 8.0.1-servicing.23580.8
1717
ROOTFS_DIR: /crossrootfs/riscv64
1818
volumes:
1919
- ${{ github.workspace }}/output:${{ github.workspace }}/output
2020

2121
steps:
2222
- name: Clone repositories
2323
run: |
24-
git clone --depth 1 -b v8.0.0 https://github.com/dotnet/runtime
25-
git clone --depth 1 -b v8.0.0 https://github.com/dotnet/aspnetcore --recurse-submodules
26-
git clone --depth 1 -b v8.0.100 https://github.com/dotnet/sdk
27-
git clone --depth 1 -b v8.0.100 https://github.com/dotnet/installer
24+
git clone --depth 1 -b v8.0.1 https://github.com/dotnet/runtime
25+
git clone --depth 1 -b v8.0.1 https://github.com/dotnet/aspnetcore --recurse-submodules
26+
git clone --depth 1 -b v8.0.101 https://github.com/dotnet/sdk
27+
git clone --depth 1 -b v8.0.101 https://github.com/dotnet/installer
2828
2929
- name: Update Node.js
3030
run: |
@@ -50,8 +50,8 @@ jobs:
5050
cp artifacts/packages/Release/Shipping/runtime.linux-riscv64.Microsoft.NETCore.DotNetHost.*.nupkg ${OUTPUTDIR}
5151
cp artifacts/packages/Release/Shipping/runtime.linux-riscv64.Microsoft.NETCore.DotNetHostPolicy.*.nupkg ${OUTPUTDIR}
5252
cp artifacts/packages/Release/Shipping/runtime.linux-riscv64.Microsoft.NETCore.DotNetHostResolver.*.nupkg ${OUTPUTDIR}
53-
cp artifacts/packages/Release/Shipping/runtime.linux-riscv64.Microsoft.NETCore.ILAsm.*.nupkg ${OUTPUTDIR}
54-
cp artifacts/packages/Release/Shipping/runtime.linux-riscv64.Microsoft.NETCore.ILDAsm.*.nupkg ${OUTPUTDIR}
53+
cp artifacts/packages/Release/NonShipping/runtime.linux-riscv64.Microsoft.NETCore.ILAsm.*.nupkg ${OUTPUTDIR}
54+
cp artifacts/packages/Release/NonShipping/runtime.linux-riscv64.Microsoft.NETCore.ILDAsm.*.nupkg ${OUTPUTDIR}
5555
cd .. && rm -r runtime
5656
5757
- name: Build SDK
@@ -67,7 +67,7 @@ jobs:
6767
run: |
6868
cd aspnetcore
6969
sed -i "s|ppc64le|riscv64|" src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj
70-
sed -i "s|\$(BaseIntermediateOutputPath)\$(DotNetRuntimeArchiveFileName)|${DOWNLOADDIR}/Runtime/${RUNTIME_VERSION}/dotnet-runtime-8.0.0-linux-riscv64.tar.gz|" src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj
70+
sed -i "s|\$(BaseIntermediateOutputPath)\$(DotNetRuntimeArchiveFileName)|${DOWNLOADDIR}/Runtime/${RUNTIME_VERSION}/dotnet-runtime-8.0.1-linux-riscv64.tar.gz|" src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj
7171
./eng/build.sh --pack --ci -c Release -arch riscv64 /p:DotNetAssetRootUrl=file://${DOWNLOADDIR}/
7272
7373
cp artifacts/packages/Release/Shipping/Microsoft.AspNetCore.App.Runtime.linux-riscv64.*.nupkg ${PACKAGESDIR}

0 commit comments

Comments
 (0)