File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 : ' '
You can’t perform that action at this time.
0 commit comments