You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[NETE2ESDK] [Azure Linux ARM64] Installing .NET 10 alpha SDK in Mariner2 ARM64 2.0 or Azure Linux ARM64 3.0 should not depend on package netstandard-targeting-pack-2.1
#45499
Open
ChenhuiYuan01 opened this issue
Dec 17, 2024
· 3 comments
· May be fixed by #45540
Prepare Mariner2 ARM64 2.0 or Azure Linux ARM64 3.0 in Dokcer via running sudo docker run -it -v ~/tmp:/root/workspace mcr.microsoft.com/cbl-mariner/base/core:2.0 sh
or sudo docker run -it -v ~/tmp:/root/workspace mcr.microsoft.com/azurelinux/base/core:3.0 sh
Try to install 10.0.100-alpha.1.24616.9 SDK via installer *.cm.2-aarch64.rpm
Expected:
SDK installed successfully.
Actual result:
SDK install failed as depending on package netstandard-targeting-pack-2.1
Note:
This SDK could be installed successfully in Mariner2 X64 2.0 and Azure Linux X64 3.0
Net9.0 could be installed successfully in Mariner2 ARM64 2.0 and Azure Linux ARM64 3.0
The text was updated successfully, but these errors were encountered:
ChenhuiYuan01
changed the title
[NETE2ESDK] [Azure Linux ARM64 3.0] [Mariner2 ARM64 2.0] Installing .NET 10 alpha SDK in Mariner2 ARM64 2.0 or Azure Linux ARM64 3.0 should not depend on package netstandard-targeting-pack-2.1
[NETE2ESDK] [Azure Linux ARM64] Installing .NET 10 alpha SDK in Mariner2 ARM64 2.0 or Azure Linux ARM64 3.0 should not depend on package netstandard-targeting-pack-2.1
Dec 17, 2024
We have modified the RPM build recently, this might be one of the side-effects. I believe arm64 SDK should not have a dependency on netstandard-targetingpack-2.1.
Repro steps:
Prepare Mariner2 ARM64 2.0 or Azure Linux ARM64 3.0 in Dokcer via running
sudo docker run -it -v ~/tmp:/root/workspace mcr.microsoft.com/cbl-mariner/base/core:2.0 sh
or
sudo docker run -it -v ~/tmp:/root/workspace mcr.microsoft.com/azurelinux/base/core:3.0 sh
Try to install 10.0.100-alpha.1.24616.9 SDK via installer *.cm.2-aarch64.rpm
Expected:
SDK installed successfully.
Actual result:
SDK install failed as depending on package netstandard-targeting-pack-2.1
Note:
This SDK could be installed successfully in Mariner2 X64 2.0 and Azure Linux X64 3.0
Net9.0 could be installed successfully in Mariner2 ARM64 2.0 and Azure Linux ARM64 3.0
The text was updated successfully, but these errors were encountered: