Skip to content

Commit

Permalink
OnBoarding: dotnet add ubuntu 22 arm (#3191)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertomonteromiguel authored Oct 8, 2024
1 parent a39aa49 commit 0abf945
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
weblog:
name: test-app-dotnet-container
excluded_os_branches: [amazon_linux2_dotnet6,amazon_linux2023_amd64]
excluded_os_branches: [amazon_linux2_dotnet6, amazon_linux2023_amd64, ubuntu22_arm64]
# Alma Linux 8 ARM64 fails also without the SSI. It fails when we execute 'dotnet restore' in the Dockerfile
# Same for RedHat 8.6 ARM64 (segfault)
excluded_os_names: [AlmaLinux_8_arm64, RedHat_8_6_arm64]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ lang_variant:
sudo apt-get install -y dotnet-sdk-6.0
sudo apt-get install -y dotnet-runtime-6.0
- os_type: linux
os_distro: deb
os_branch: ubuntu22_arm64
remote-command: |
sudo apt-get update
sudo apt-get install -y ca-certificates libc6 libgcc-s1 libgssapi-krb5-2 libicu70 liblttng-ust1 libssl3 libstdc++6 libunwind8 zlib1g
sudo apt-get install -y dotnet-sdk-6.0
sudo apt-get install -y dotnet-runtime-6.0
- os_type: linux
os_distro: deb
remote-command: |
Expand All @@ -32,9 +41,8 @@ lang_variant:

weblog:
name: test-app-dotnet
#ubuntu 22 arm excluded due to "dotnet-runtime-6.0 : Depends: liblttng-ust1 (>= 2.13.0) but it is not installable".
#amazon_linux2_dotnet6 excluded due to https://datadoghq.atlassian.net/browse/AIT-10335
excluded_os_branches: [ubuntu22_arm64, ubuntu18_amd64,amazon_linux2, amazon_linux2_dotnet6, centos_7_amd64, ubuntu20, ubuntu21, debian]
excluded_os_branches: [ubuntu18_amd64,amazon_linux2, amazon_linux2_dotnet6, centos_7_amd64, ubuntu20, ubuntu21, debian]
excluded_os_names: [OracleLinux_7_9_amd64]
install:
- os_type: linux
Expand Down

0 comments on commit 0abf945

Please sign in to comment.