We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6621c8 commit c51c181Copy full SHA for c51c181
build/platform/linux_sdk/ya.make
@@ -38,6 +38,8 @@ ELSEIF (ARCH_AARCH64)
38
DECLARE_EXTERNAL_RESOURCE(OS_SDK_ROOT ${OS_SDK_SBR})
39
ELSEIF (OS_SDK == "ubuntu-22")
40
DECLARE_EXTERNAL_RESOURCE(OS_SDK_ROOT sbr:7693283407)
41
+ ELSEIF (OS_SDK == "ubuntu-24")
42
+ DECLARE_EXTERNAL_RESOURCE(OS_SDK_ROOT sbr:10118276306)
43
ELSE()
44
MESSAGE(FATAL_ERROR "There is no ${OS_SDK} SDK for AArch64/ARMv8 64 bit")
45
ENDIF()
0 commit comments