Skip to content

Commit 8507342

Browse files
Ubuntu 25
1 parent 1952d44 commit 8507342

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,8 @@ if(CLR_CMAKE_PLATFORM_XPLAT)
409409
-Wno-int-to-pointer-cast\
410410
-Wno-tautological-constant-compare\
411411
-Wno-enum-compare-switch\
412-
-Wno-unknown-warning-option"
412+
-Wno-unknown-warning-option\
413+
-Wno-nontrivial-memcall"
413414
)
414415
# notes..
415416
# -Wno-address-of-temporary # vtinfo.h, VirtualTableInfo<T>::RegisterVirtualTable

azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ jobs:
5252
deps: 'sudo apt-get install -y ninja-build clang libicu-dev'
5353
build_type: 'Release'
5454
libtype_flag: ''
55-
Ubuntu20.ReleaseWithDebug:
56-
image_name: 'ubuntu-20.04'
55+
Ubuntu25.ReleaseWithDebug:
56+
image_name: 'ubuntu-25.04'
5757
deps: 'sudo apt-get install -y ninja-build clang libicu-dev'
5858
build_type: 'RelWithDebInfo'
5959
libtype_flag: ''
60-
Ubuntu20.Release:
61-
image_name: 'ubuntu-20.04'
60+
Ubuntu25.Release:
61+
image_name: 'ubuntu-25.04'
6262
deps: 'sudo apt-get install -y ninja-build clang libicu-dev'
6363
build_type: 'Release'
6464
libtype_flag: ''

0 commit comments

Comments
 (0)