diff options
author | vitalyisaev <vitalyisaev@ydb.tech> | 2023-11-30 13:26:22 +0300 |
---|---|---|
committer | vitalyisaev <vitalyisaev@ydb.tech> | 2023-11-30 15:44:45 +0300 |
commit | 0a98fece5a9b54f16afeb3a94b3eb3105e9c3962 (patch) | |
tree | 291d72dbd7e9865399f668c84d11ed86fb190bbf /build | |
parent | cb2c8d75065e5b3c47094067cb4aa407d4813298 (diff) | |
download | ydb-0a98fece5a9b54f16afeb3a94b3eb3105e9c3962.tar.gz |
YQ Connector:Use docker-compose in integrational tests
Diffstat (limited to 'build')
-rw-r--r-- | build/external_resources/yexport/public.resources.json | 13 | ||||
-rw-r--r-- | build/external_resources/ytexec/resources.json | 7 | ||||
-rw-r--r-- | build/long-path.manifest | 8 | ||||
-rw-r--r-- | build/platform/python/ymake_python2/resources.json | 22 | ||||
-rw-r--r-- | build/prebuilt/tools/event2cpp/ya.make.induced_deps | 10 | ||||
-rw-r--r-- | build/ya.conf.json | 1072 |
6 files changed, 60 insertions, 1072 deletions
diff --git a/build/external_resources/yexport/public.resources.json b/build/external_resources/yexport/public.resources.json new file mode 100644 index 0000000000..9f80f74e29 --- /dev/null +++ b/build/external_resources/yexport/public.resources.json @@ -0,0 +1,13 @@ +{ + "by_platform": { + "darwin": { + "uri": "sbr:5433628204" + }, + "darwin-arm64": { + "uri": "sbr:5433626802" + }, + "linux": { + "uri": "sbr:5433622361" + } + } +} diff --git a/build/external_resources/ytexec/resources.json b/build/external_resources/ytexec/resources.json new file mode 100644 index 0000000000..115c1cbf9b --- /dev/null +++ b/build/external_resources/ytexec/resources.json @@ -0,0 +1,7 @@ +{ + "by_platform": { + "linux-x86_64": { + "uri": "sbr:2980468199" + } + } +} diff --git a/build/long-path.manifest b/build/long-path.manifest new file mode 100644 index 0000000000..1195fcc597 --- /dev/null +++ b/build/long-path.manifest @@ -0,0 +1,8 @@ +<?xml version='1.0' encoding='UTF-8' standalone='yes'?> +<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"> + <asmv3:application> + <asmv3:windowsSettings xmlns:ws2="http://schemas.microsoft.com/SMI/2016/WindowsSettings"> + <ws2:longPathAware>true</ws2:longPathAware> + </asmv3:windowsSettings> + </asmv3:application> +</assembly> diff --git a/build/platform/python/ymake_python2/resources.json b/build/platform/python/ymake_python2/resources.json new file mode 100644 index 0000000000..880a39a053 --- /dev/null +++ b/build/platform/python/ymake_python2/resources.json @@ -0,0 +1,22 @@ +{ + "by_platform": { + "darwin-arm64": { + "uri": "sbr:2989596911" + }, + "darwin-x86_64": { + "uri": "sbr:2989597929" + }, + "linux-x86_64": { + "uri": "sbr:2989598506" + }, + "linux-ppc64le": { + "uri": "sbr:2989596149" + }, + "win32-x86_64": { + "uri": "sbr:2989597467" + }, + "linux-aarch64": { + "uri": "sbr:3864777619" + } + } +} diff --git a/build/prebuilt/tools/event2cpp/ya.make.induced_deps b/build/prebuilt/tools/event2cpp/ya.make.induced_deps new file mode 100644 index 0000000000..ede8def8d7 --- /dev/null +++ b/build/prebuilt/tools/event2cpp/ya.make.induced_deps @@ -0,0 +1,10 @@ +INDUCED_DEPS(h+cpp + ${ARCADIA_ROOT}/contrib/libs/protobuf/src/google/protobuf/io/printer.h + ${ARCADIA_ROOT}/contrib/libs/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.h + ${ARCADIA_ROOT}/contrib/libs/protobuf/src/google/protobuf/stubs/strutil.h + ${ARCADIA_ROOT}/library/cpp/eventlog/event_field_output.h + ${ARCADIA_ROOT}/library/cpp/eventlog/event_field_printer.h + ${ARCADIA_ROOT}/library/cpp/eventlog/events_extension.h + ${ARCADIA_ROOT}/util/generic/cast.h + ${ARCADIA_ROOT}/util/stream/output.h +) diff --git a/build/ya.conf.json b/build/ya.conf.json deleted file mode 100644 index cc82ab65ef..0000000000 --- a/build/ya.conf.json +++ /dev/null @@ -1,1072 +0,0 @@ -{ - "bottles": { - "clang16": { - "executable": { - "c++": [ - "bin", - "clang++" - ], - "c++filt": [ - "bin", - "llvm-cxxfilt" - ], - "cc": [ - "bin", - "clang" - ], - "clang-rename": [ - "bin", - "clang-rename" - ], - "llvm-cov": [ - "bin", - "llvm-cov" - ], - "llvm-gcov": [ - "bin", - "llvm-gcov" - ], - "llvm-nm": [ - "bin", - "llvm-nm" - ], - "llvm-objcopy": [ - "bin", - "llvm-objcopy" - ], - "llvm-profdata": [ - "bin", - "llvm-profdata" - ], - "llvm-strip": [ - "bin", - "llvm-strip" - ], - "llvm-symbolizer": [ - "bin", - "llvm-symbolizer" - ] - }, - "formula": "build/platform/clang/clang16.json" - }, - "gdb": { - "executable": { - "gcore": [ - "gdb", - "bin", - "gcore" - ], - "gdb": [ - "gdb", - "bin", - "gdb" - ], - "gdbserver": [ - "gdb", - "bin", - "gdbserver" - ] - }, - "formula": "build/external_resources/gdb/resources.json" - }, - "python": { - "executable": { - "python": [ - "python" - ] - }, - "formula": "build/platform/python/ymake_python2/resources.json" - }, - "ya-tc": { - "executable": { - "ya-tc": [ - "ya-tc" - ] - }, - "formula": "build/external_resources/ya-tc/public.resources.json" - }, - "yexport": { - "executable": { - "yexport": [ - "yexport" - ] - }, - "formula": "build/external_resources/yexport/public.resources.json" - }, - "ymake": { - "executable": { - "ymake": [ - "ymake" - ] - }, - "formula": "build/external_resources/ymake/public.resources.json" - }, - "ymake_python3": { - "executable": { - "python3": [ - "python3" - ] - }, - "formula": "build/platform/python/ymake_python3/resources.json" - }, - "ytexec": { - "executable": { - "ytexec": [ - "ytexec", - "ytexec" - ] - }, - "formula": "build/external_resources/ytexec/resources.json" - } - }, - "toolchain": { - "clang16": { - "env": { - "CPATH": [ - "" - ], - "LIBRARY_PATH": [ - "" - ], - "SDKROOT": [ - "" - ] - }, - "params": { - "c_compiler": "$(CLANG)/bin/clang", - "cxx_compiler": "$(CLANG)/bin/clang++", - "gcc_version": "16.0", - "llvm-symbolizer": "$(CLANG)/bin/llvm-symbolizer", - "match_root": "CLANG", - "objcopy": "$(CLANG)/bin/llvm-objcopy", - "profiles": "$(XCODE_TOOLS_ROOT-sbr:799017771)/Xcode/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles", - "simctl": "$(XCODE_TOOLS_ROOT-sbr:799017771)/Xcode/SystemRoot/PrivateFrameworks/CoreSimulator.framework/Resources/bin/simctl", - "strip": "$(CLANG)/bin/llvm-strip", - "type": "clang", - "use_bundle": true, - "werror_mode": "all" - }, - "platforms": [ - { - "default": true, - "host": { - "os": "LINUX" - }, - "target": { - "arch": "x86_64", - "os": "LINUX" - } - }, - { - "default": true, - "host": { - "os": "LINUX" - }, - "target": { - "arch": "aarch64", - "os": "LINUX" - } - }, - { - "default": true, - "host": { - "arch": "aarch64", - "os": "LINUX" - }, - "target": { - "os": "LINUX" - } - }, - { - "default": true, - "host": { - "arch": "aarch64", - "os": "LINUX" - }, - "target": { - "arch": "aarch64", - "os": "LINUX" - } - }, - { - "default": true, - "host": { - "os": "LINUX" - }, - "target": { - "arch": "ppc64le", - "os": "LINUX" - } - }, - { - "default": true, - "host": { - "os": "LINUX" - }, - "target": { - "arch": "power9le", - "os": "LINUX" - } - }, - { - "default": true, - "host": { - "os": "LINUX" - }, - "target": { - "arch": "x86_64", - "os": "DARWIN" - } - }, - { - "default": true, - "host": { - "os": "LINUX" - }, - "target": { - "arch": "arm64", - "os": "DARWIN" - } - }, - { - "default": true, - "host": { - "os": "LINUX" - }, - "target": { - "arch": "i386", - "os": "IOS" - } - }, - { - "default": true, - "host": { - "os": "LINUX" - }, - "target": { - "arch": "x86_64", - "os": "IOS" - } - }, - { - "default": true, - "host": { - "os": "LINUX" - }, - "target": { - "arch": "armv7", - "os": "IOS" - } - }, - { - "default": true, - "host": { - "os": "LINUX" - }, - "target": { - "arch": "arm64", - "os": "IOS" - } - }, - { - "default": true, - "host": { - "os": "LINUX" - }, - "target": { - "arch": "arm64", - "os": "IOSSIM" - } - }, - { - "default": true, - "host": { - "os": "LINUX" - }, - "target": { - "arch": "armv7a", - "os": "YOCTO" - } - }, - { - "default": true, - "host": { - "os": "DARWIN" - }, - "target": { - "arch": "x86_64", - "os": "LINUX" - } - }, - { - "default": true, - "host": { - "os": "DARWIN" - }, - "target": { - "arch": "aarch64", - "os": "LINUX" - } - }, - { - "default": true, - "host": { - "os": "DARWIN" - }, - "target": { - "arch": "ppc64le", - "os": "LINUX" - } - }, - { - "default": true, - "host": { - "os": "DARWIN" - }, - "target": { - "arch": "power9le", - "os": "LINUX" - } - }, - { - "default": true, - "host": { - "os": "DARWIN" - }, - "target": { - "arch": "x86_64", - "os": "DARWIN" - } - }, - { - "default": true, - "host": { - "os": "DARWIN" - }, - "target": { - "arch": "arm64", - "os": "DARWIN" - } - }, - { - "default": true, - "host": { - "os": "DARWIN" - }, - "target": { - "arch": "i386", - "os": "IOS" - } - }, - { - "default": true, - "host": { - "os": "DARWIN" - }, - "target": { - "arch": "x86_64", - "os": "IOS" - } - }, - { - "default": true, - "host": { - "os": "DARWIN" - }, - "target": { - "arch": "armv7", - "os": "IOS" - } - }, - { - "default": true, - "host": { - "os": "DARWIN" - }, - "target": { - "arch": "arm64", - "os": "IOS" - } - }, - { - "default": true, - "host": { - "os": "DARWIN" - }, - "target": { - "arch": "arm64", - "os": "IOSSIM" - } - }, - { - "default": true, - "host": { - "arch": "arm64", - "os": "DARWIN" - }, - "target": { - "arch": "x86_64", - "os": "LINUX" - } - }, - { - "default": true, - "host": { - "arch": "arm64", - "os": "DARWIN" - }, - "target": { - "arch": "aarch64", - "os": "LINUX" - } - }, - { - "default": true, - "host": { - "arch": "arm64", - "os": "DARWIN" - }, - "target": { - "arch": "ppc64le", - "os": "LINUX" - } - }, - { - "default": true, - "host": { - "arch": "arm64", - "os": "DARWIN" - }, - "target": { - "arch": "power9le", - "os": "LINUX" - } - }, - { - "default": true, - "host": { - "arch": "arm64", - "os": "DARWIN" - }, - "target": { - "arch": "x86_64", - "os": "DARWIN" - } - }, - { - "default": true, - "host": { - "arch": "arm64", - "os": "DARWIN" - }, - "target": { - "arch": "arm64", - "os": "DARWIN" - } - }, - { - "default": true, - "host": { - "arch": "arm64", - "os": "DARWIN" - }, - "target": { - "arch": "i386", - "os": "IOS" - } - }, - { - "default": true, - "host": { - "arch": "arm64", - "os": "DARWIN" - }, - "target": { - "arch": "x86_64", - "os": "IOS" - } - }, - { - "default": true, - "host": { - "arch": "arm64", - "os": "DARWIN" - }, - "target": { - "arch": "armv7", - "os": "IOS" - } - }, - { - "default": true, - "host": { - "arch": "arm64", - "os": "DARWIN" - }, - "target": { - "arch": "arm64", - "os": "IOS" - } - }, - { - "default": true, - "host": { - "arch": "arm64", - "os": "DARWIN" - }, - "target": { - "arch": "arm64", - "os": "IOSSIM" - } - }, - { - "default": true, - "host": { - "os": "LINUX" - }, - "target": { - "arch": "armv7a", - "os": "LINUX" - } - }, - { - "default": true, - "host": { - "os": "LINUX" - }, - "target": { - "arch": "armv7a_cortex_a9", - "os": "LINUX" - } - }, - { - "default": true, - "host": { - "os": "LINUX" - }, - "target": { - "arch": "armv7ahf_cortex_a35", - "os": "LINUX" - } - }, - { - "default": true, - "host": { - "os": "LINUX" - }, - "target": { - "arch": "armv7ahf_cortex_a53", - "os": "LINUX" - } - }, - { - "default": true, - "host": { - "os": "LINUX" - }, - "target": { - "arch": "armv7ahf", - "os": "LINUX" - } - }, - { - "default": true, - "host": { - "os": "LINUX" - }, - "target": { - "arch": "armv8a_cortex_a35", - "os": "LINUX" - } - }, - { - "default": true, - "host": { - "os": "LINUX" - }, - "target": { - "arch": "armv8a_cortex_a53", - "os": "LINUX" - } - }, - { - "default": true, - "host": { - "arch": "ppc64le", - "os": "LINUX" - }, - "target": { - "arch": "ppc64le", - "os": "LINUX" - } - }, - { - "default": true, - "host": { - "arch": "ppc64le", - "os": "LINUX" - }, - "target": { - "arch": "power9le", - "os": "LINUX" - } - }, - { - "default": true, - "host": { - "os": "DARWIN" - }, - "target": { - "arch": "armv7ahf_cortex_a53", - "os": "LINUX" - } - }, - { - "default": true, - "host": { - "os": "LINUX" - }, - "target": { - "arch": "wasm64", - "os": "EMSCRIPTEN" - } - } - ], - "tools": { - "c++": { - "bottle": "clang16", - "executable": "c++" - }, - "c++filt": { - "bottle": "clang16", - "executable": "c++filt" - }, - "cc": { - "bottle": "clang16", - "executable": "cc" - }, - "clang-rename": { - "bottle": "clang16", - "executable": "clang-rename" - }, - "gcov": { - "bottle": "clang16", - "executable": "llvm-gcov" - }, - "llvm-cov": { - "bottle": "clang16", - "executable": "llvm-cov" - }, - "llvm-profdata": { - "bottle": "clang16", - "executable": "llvm-profdata" - }, - "llvm-symbolizer": { - "bottle": "clang16", - "executable": "llvm-symbolizer" - }, - "nm": { - "bottle": "clang16", - "executable": "llvm-nm" - }, - "objcopy": { - "bottle": "clang16", - "executable": "llvm-objcopy" - }, - "strip": { - "bottle": "clang16", - "executable": "llvm-strip" - } - } - }, - "clang16-windows": { - "name": "clang16", - "params": { - "c_compiler": "$(CLANG)/bin/clang-cl", - "cxx_compiler": "$(CLANG)/bin/clang-cl", - "cxx_std": "c++20", - "llvm-symbolizer": "$(CLANG)/bin/llvm-symbolizer", - "match_root": "CLANG", - "type": "msvc", - "use_bundle": true, - "use_clang": true, - "version": "2019", - "werror_mode": "all", - "wine": "yes" - }, - "platforms": [ - { - "default": false, - "host": { - "os": "LINUX" - }, - "target": { - "arch": "x86_64", - "os": "WIN" - } - }, - { - "default": false, - "host": { - "os": "LINUX" - }, - "target": { - "arch": "i686", - "os": "WIN" - } - }, - { - "default": false, - "host": { - "os": "WIN" - }, - "target": { - "arch": "x86_64", - "os": "WIN" - } - }, - { - "default": false, - "host": { - "os": "WIN" - }, - "target": { - "arch": "i686", - "os": "WIN" - } - } - ], - "tools": { - "c++": { - "bottle": "clang16", - "executable": "c++" - }, - "c++filt": { - "bottle": "clang16", - "executable": "c++filt" - }, - "cc": { - "bottle": "clang16", - "executable": "cc" - }, - "gcov": { - "bottle": "clang16", - "executable": "llvm-gcov" - }, - "llvm-cov": { - "bottle": "clang16", - "executable": "llvm-cov" - }, - "llvm-profdata": { - "bottle": "clang16", - "executable": "llvm-profdata" - }, - "llvm-symbolizer": { - "bottle": "clang16", - "executable": "llvm-symbolizer" - }, - "nm": { - "bottle": "clang16", - "executable": "llvm-nm" - }, - "objcopy": { - "bottle": "clang16", - "executable": "llvm-objcopy" - }, - "strip": { - "bottle": "clang16", - "executable": "llvm-strip" - } - } - }, - "gdb": { - "env": { - "TERMINFO": [ - "$(ROOT)/gdb/lib/terminfo" - ] - }, - "platforms": [ - { - "default": true, - "host": { - "os": "LINUX" - } - }, - { - "default": true, - "host": { - "os": "WIN" - } - }, - { - "default": true, - "host": { - "os": "DARWIN" - } - }, - { - "default": true, - "host": { - "arch": "arm64", - "os": "DARWIN" - } - }, - { - "default": true, - "host": { - "arch": "ppc64le", - "os": "LINUX" - } - }, - { - "default": true, - "host": { - "arch": "aarch64", - "os": "LINUX" - } - } - ], - "tools": { - "gdb": { - "bottle": "gdb", - "executable": "gdb" - } - } - }, - "python": { - "platforms": [ - { - "default": true, - "host": { - "os": "LINUX" - } - }, - { - "default": true, - "host": { - "os": "WIN" - } - }, - { - "default": true, - "host": { - "os": "DARWIN" - } - }, - { - "default": true, - "host": { - "arch": "arm64", - "os": "DARWIN" - } - }, - { - "default": true, - "host": { - "arch": "aarch64", - "os": "LINUX" - } - }, - { - "default": true, - "host": { - "arch": "ppc64le", - "os": "LINUX" - } - } - ], - "tools": { - "python": { - "bottle": "python", - "executable": "python" - } - } - }, - "ya-tc": { - "platforms": [ - { - "default": true, - "host": { - "os": "LINUX" - } - }, - { - "default": true, - "host": { - "os": "DARWIN" - } - } - ], - "tools": { - "ya-tc": { - "bottle": "ya-tc", - "executable": "ya-tc" - } - } - }, - "yexport": { - "platforms": [ - { - "default": true, - "host": { - "os": "LINUX" - } - } - ], - "tools": { - "yexport": { - "bottle": "yexport", - "executable": "yexport" - } - } - }, - "ymake": { - "platforms": [ - { - "default": true, - "host": { - "os": "LINUX" - } - }, - { - "default": true, - "host": { - "os": "WIN" - } - }, - { - "default": true, - "host": { - "os": "DARWIN" - } - }, - { - "default": true, - "host": { - "arch": "arm64", - "os": "DARWIN" - } - }, - { - "default": true, - "host": { - "arch": "aarch64", - "os": "LINUX" - } - }, - { - "default": true, - "host": { - "arch": "ppc64le", - "os": "LINUX" - } - } - ], - "tools": { - "ymake": { - "bottle": "ymake", - "executable": "ymake" - } - } - }, - "ymake_python3": { - "platforms": [ - { - "default": true, - "host": { - "os": "LINUX" - } - }, - { - "default": true, - "host": { - "os": "WIN" - } - }, - { - "default": true, - "host": { - "os": "DARWIN" - } - }, - { - "default": true, - "host": { - "arch": "arm64", - "os": "DARWIN" - } - }, - { - "default": true, - "host": { - "arch": "aarch64", - "os": "LINUX" - } - }, - { - "default": true, - "host": { - "arch": "ppc64le", - "os": "LINUX" - } - } - ], - "tools": { - "ymake_python3": { - "bottle": "ymake_python3", - "executable": "python3" - } - } - }, - "ytexec": { - "platforms": [ - { - "default": true, - "host": { - "os": "LINUX" - } - } - ], - "tools": { - "ytexec": { - "bottle": "ytexec", - "executable": "ytexec" - } - } - } - }, - "toolchain_aliases": { - "clang-win-i686": "clang14-win-i686", - "clang-win-x86_64": "clang14-win-x86_64", - "gcc-linux-x86_64": "gcc82-linux-x86_64", - "msvc-win-x86_64": "msvc2019-win-x86_64" - }, - "tools": { - "gdb": { - "description": "Run gdb" - }, - "python": { - "description": "Run pseudo-python", - "visible": false - }, - "ya-tc": { - "description": "Run ya-tc tool", - "visible": false - }, - "yexport": { - "description": "Run yexport", - "visible": false - }, - "ymake": { - "description": "Run ymake", - "visible": false - }, - "ymake_python3": { - "description": "Run pseudo-python3", - "visible": false - }, - "ytexec": { - "description": "Run ytexec" - } - } -} |