Skip to content

Commit c51c181

Browse files
author
deshevoy
committed
[build] linux_sdk: Add ubuntu-24 for aarch64
ISSUE: commit_hash:0ad7a036fdefe35f8923385515ad7f88e0166b53
1 parent d6621c8 commit c51c181

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/platform/linux_sdk/ya.make

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ ELSEIF (ARCH_AARCH64)
3838
DECLARE_EXTERNAL_RESOURCE(OS_SDK_ROOT ${OS_SDK_SBR})
3939
ELSEIF (OS_SDK == "ubuntu-22")
4040
DECLARE_EXTERNAL_RESOURCE(OS_SDK_ROOT sbr:7693283407)
41+
ELSEIF (OS_SDK == "ubuntu-24")
42+
DECLARE_EXTERNAL_RESOURCE(OS_SDK_ROOT sbr:10118276306)
4143
ELSE()
4244
MESSAGE(FATAL_ERROR "There is no ${OS_SDK} SDK for AArch64/ARMv8 64 bit")
4345
ENDIF()

0 commit comments

Comments
 (0)