Skip to content

Commit

Permalink
Onboarding: skip ubuntu24.10 for Ruby and dotNet (#4054)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertomonteromiguel authored Feb 11, 2025
1 parent 13e8996 commit aa1d90b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ weblog:
#Centos 7. I can't find the libicu60 package for centos 7. Only available version 50.2
#Amazon Linux 2022: Incompatible runtime version installed. Not breaks app, but not instrumented
excluded_os_branches: [ubuntu18_amd64, ubuntu20_arm64,ubuntu21, centos_7_amd64, debian, amazon_linux2022]
excluded_os_names: [OracleLinux_7_9_amd64]
excluded_os_names: [OracleLinux_7_9_amd64, Ubuntu_24_10_amd64, Ubuntu_24_10_arm64]
install:
- os_type: linux
copy_files:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ weblog:
#Ubuntu_18_amd64, ubuntu 20: installation fails
#rhel_7_amd64 skipping (instrumentation) due to ignore rules for language ruby: Unsupported host architecture
excluded_os_branches: [ubuntu18_amd64,ubuntu20_amd64, ubuntu20_arm64, oracle_linux, alma_linux, fedora, debian, rhel_7_amd64]
excluded_os_names: [RedHat_9_0_amd64, RedHat_9_0_arm64]
excluded_os_names: [RedHat_9_0_amd64, RedHat_9_0_arm64, Ubuntu_24_10_amd64, Ubuntu_24_10_arm64]
install:
- os_type: linux

Expand Down

0 comments on commit aa1d90b

Please sign in to comment.