diff options
author | zhukoff-pavel <zhukoff-pavel@yandex-team.com> | 2023-10-11 16:28:06 +0300 |
---|---|---|
committer | zhukoff-pavel <zhukoff-pavel@yandex-team.com> | 2023-10-11 17:11:33 +0300 |
commit | 5d4b24e788288d84d1ce7d5782c8745853f47b75 (patch) | |
tree | 6a6106f6a1df4de77657697da3db2b9ddacc1308 | |
parent | 5cef9441b7f23a6c0b6d9a3b2d6ee05d64cc3dff (diff) | |
download | ydb-5d4b24e788288d84d1ce7d5782c8745853f47b75.tar.gz |
Revert commit rXXXXXX, External build system generator release 57
-rw-r--r-- | CMakeLists.txt | 12 | ||||
-rw-r--r-- | build/external_resources/yexport/resources.json | 6 | ||||
-rw-r--r-- | build/mapping.conf.json | 12 |
3 files changed, 15 insertions, 15 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6f14d6f089f..e1cdb522c06 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,17 +39,17 @@ include(cmake/shared_libs.cmake) include(cmake/global_vars.cmake) if (CMAKE_CROSSCOMPILING) - include(${{CMAKE_BINARY_DIR}}/conan_paths.cmake) + include(${CMAKE_BINARY_DIR}/conan_paths.cmake) else() conan_cmake_autodetect(settings) conan_cmake_install( - PATH_OR_REFERENCE ${{CMAKE_SOURCE_DIR}} - INSTALL_FOLDER ${{CMAKE_BINARY_DIR}} + PATH_OR_REFERENCE ${CMAKE_SOURCE_DIR} + INSTALL_FOLDER ${CMAKE_BINARY_DIR} BUILD missing REMOTE conancenter - SETTINGS ${{settings}} - ENV "CONAN_CMAKE_GENERATOR=${{CMAKE_GENERATOR}}" - CONF "tools.cmake.cmaketoolchain:generator=${{CMAKE_GENERATOR}}" + SETTINGS ${settings} + ENV "CONAN_CMAKE_GENERATOR=${CMAKE_GENERATOR}" + CONF "tools.cmake.cmaketoolchain:generator=${CMAKE_GENERATOR}" ) endif() diff --git a/build/external_resources/yexport/resources.json b/build/external_resources/yexport/resources.json index 0995e84e2a8..4b08daa2645 100644 --- a/build/external_resources/yexport/resources.json +++ b/build/external_resources/yexport/resources.json @@ -1,13 +1,13 @@ { "by_platform": { "darwin": { - "uri": "sbr:5228928365" + "uri": "sbr:5111970858" }, "darwin-arm64": { - "uri": "sbr:5228924637" + "uri": "sbr:5111976416" }, "linux": { - "uri": "sbr:5228936169" + "uri": "sbr:5112005661" } } } diff --git a/build/mapping.conf.json b/build/mapping.conf.json index b84644c9f70..591bffbd2ce 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -102,9 +102,9 @@ "5054512910": "http://devtools-registry.s3.yandex.net/5054512910", "5054518131": "http://devtools-registry.s3.yandex.net/5054518131", "5054515588": "http://devtools-registry.s3.yandex.net/5054515588", - "5228939804": "http://devtools-registry.s3.yandex.net/5228939804", - "5228943140": "http://devtools-registry.s3.yandex.net/5228943140", - "5228927925": "http://devtools-registry.s3.yandex.net/5228927925", + "5111996178": "http://devtools-registry.s3.yandex.net/5111996178", + "5111987261": "http://devtools-registry.s3.yandex.net/5111987261", + "5111998098": "http://devtools-registry.s3.yandex.net/5111998098", "5171095103": "http://devtools-registry.s3.yandex.net/5171095103", "5171093801": "http://devtools-registry.s3.yandex.net/5171093801", "5171093016": "http://devtools-registry.s3.yandex.net/5171093016", @@ -214,9 +214,9 @@ "5054512910": "ya-tc for darwin-arm64", "5054518131": "ya-tc for linux", "5054515588": "ya-tc for linux-aarch64", - "5228939804": "yexport for darwin", - "5228943140": "yexport for darwin-arm64", - "5228927925": "yexport for linux", + "5111996178": "yexport for darwin", + "5111987261": "yexport for darwin-arm64", + "5111998098": "yexport for linux", "5171095103": "ymake for darwin", "5171093801": "ymake for darwin-arm64", "5171093016": "ymake for linux", |