Browse Source

[devtools/contrib/piglet/projects/ydb/config.yaml] Removed build/platform/ from denylists

Cостояние build/platform/ после реимпорта https://paste.yandex-team.ru/8b2b3daa-e68b-42c1-a136-94d8409f87ae/text
prettyboy 1 year ago
parent
commit
debbd0cf88

+ 7 - 0
build/platform/binutils/binutils.resource

@@ -0,0 +1,7 @@
+IF (HOST_OS_DARWIN AND OS_LINUX AND ARCH_X86_64)
+    DECLARE_EXTERNAL_RESOURCE(BINUTILS_ROOT sbr:333256689)
+ELSEIF (HOST_OS_LINUX AND OS_LINUX)
+    DECLARE_EXTERNAL_RESOURCE(BINUTILS_ROOT sbr:360916612)
+ELSE()
+    MESSAGE(FATAL_ERROR "There is no binutils for selected build configuration")
+ENDIF()

+ 6 - 0
build/platform/binutils/ya.make

@@ -0,0 +1,6 @@
+RESOURCES_LIBRARY()
+
+INCLUDE(binutils.resource)
+
+END()
+

+ 16 - 0
build/platform/clang/clang11.json

@@ -0,0 +1,16 @@
+{
+    "by_platform": {
+        "darwin-arm64": {
+            "uri": "sbr:2214720943"
+        },
+        "darwin-x86_64": {
+            "uri": "sbr:2214542408"
+        },
+        "linux-x86_64": {
+            "uri": "sbr:1886578148"
+        },
+        "win32-x86_64": {
+            "uri": "sbr:2062930743"
+        }
+    }
+}

+ 19 - 0
build/platform/clang/clang12.json

@@ -0,0 +1,19 @@
+{
+    "by_platform": {
+        "darwin-arm64": {
+            "uri": "sbr:2813906025"
+        },
+        "darwin-x86_64": {
+            "uri": "sbr:2813915651"
+        },
+        "linux-ppc64le": {
+            "uri": "sbr:2813921697"
+        },
+        "linux-x86_64": {
+            "uri": "sbr:2813926943"
+        },
+        "win32-x86_64": {
+            "uri": "sbr:2819507345"
+        }
+    }
+}

+ 19 - 0
build/platform/clang/clang14.json

@@ -0,0 +1,19 @@
+{
+    "by_platform": {
+        "darwin-arm64": {
+            "uri": "sbr:4748237118"
+        },
+        "darwin-x86_64": {
+            "uri": "sbr:4748241015"
+        },
+        "linux-aarch64": {
+            "uri": "sbr:4748280193"
+        },
+        "linux-x86_64": {
+            "uri": "sbr:4748318935"
+        },
+        "win32-x86_64": {
+            "uri": "sbr:4748341848"
+        }
+    }
+}

+ 18 - 0
build/platform/clang/ya.make

@@ -0,0 +1,18 @@
+RESOURCES_LIBRARY()
+
+DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE_BY_JSON(CLANG11 clang11.json)
+DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE_BY_JSON(CLANG12 clang12.json)
+DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE_BY_JSON(CLANG14 clang14.json)
+
+# This is the default clang to be used in llvm-version-independent cases
+DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE_BY_JSON(CLANG clang14.json)
+
+IF (OS_ANDROID)
+    DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE(
+    CLANG_ANDROID # Clang 12
+    sbr:2554889297 FOR LINUX
+    sbr:2554895399 FOR DARWIN
+)
+ENDIF()
+
+END()

+ 14 - 0
build/platform/java/jdk/jdk10/jdk.json

@@ -0,0 +1,14 @@
+{
+    "by_platform": {
+        "darwin-x86_64": {
+            "uri": "sbr:545649998"
+        },
+        "linux-x86_64": {
+            "uri": "sbr:545649806"
+        },
+        "win32-x86_64": {
+            "uri": "sbr:545648079"
+        }
+    }
+}
+

+ 9 - 0
build/platform/java/jdk/jdk10/ya.make

@@ -0,0 +1,9 @@
+RESOURCES_LIBRARY()
+
+DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE_BY_JSON(JDK10 jdk.json)
+
+IF (NOT YANDEXIO_BUILD_TARGET AND NOT OS_ANDROID)
+    DECLARE_EXTERNAL_RESOURCE_BY_JSON(WITH_JDK10 jdk.json)
+ENDIF()
+
+END()

+ 20 - 0
build/platform/java/jdk/jdk11/jdk.json

@@ -0,0 +1,20 @@
+{
+    "by_platform": {
+        "darwin-arm64": {
+            "uri": "sbr:3050798466"
+        },
+        "darwin-x86_64": {
+            "uri": "sbr:3167009386"
+        },
+        "linux-x86_64": {
+            "uri": "sbr:3064614561"
+        },
+        "linux-aarch64": {
+            "uri": "sbr:3989100748"
+        },
+        "win32-x86_64": {
+            "uri": "sbr:3166999959"
+        }
+    }
+}
+

+ 14 - 0
build/platform/java/jdk/jdk11/ya.make

@@ -0,0 +1,14 @@
+RESOURCES_LIBRARY()
+
+DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE_BY_JSON(JDK11 jdk.json)
+SET_RESOURCE_URI_FROM_JSON(WITH_JDK11_URI jdk.json)
+
+IF (WITH_JDK11_URI)
+    DECLARE_EXTERNAL_RESOURCE(WITH_JDK11 ${WITH_JDK11_URI})
+ENDIF()
+
+IF (HOST_OS_LINUX AND SANITIZER_TYPE == "address")
+    DECLARE_EXTERNAL_RESOURCE(JDK11_FOR_TESTS sbr:1323637508)
+ENDIF()
+
+END()

Some files were not shown because too many files changed in this diff