diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-04-11 18:13:07 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-04-11 18:13:07 +0300 |
commit | 4bae990ed22ae298b695342eac70d8d55db30741 (patch) | |
tree | 4c42486f66b2da6775f2a967bb1ba220aecac8b4 | |
parent | 5be538e9c7798d4b8f3f12c1d0564c48c1d1cc7a (diff) | |
download | ydb-4bae990ed22ae298b695342eac70d8d55db30741.tar.gz |
intermediate changes
ref:7df21bca5d613e27913f183b78abd882980dd44f
-rw-r--r-- | build/rules/autocheck.blacklist | 6 | ||||
-rw-r--r-- | build/ya.conf.json | 133 |
2 files changed, 6 insertions, 133 deletions
diff --git a/build/rules/autocheck.blacklist b/build/rules/autocheck.blacklist index 0d485afe036..11b119f5b7a 100644 --- a/build/rules/autocheck.blacklist +++ b/build/rules/autocheck.blacklist @@ -906,3 +906,9 @@ portal/archive/spec portal/archive/debs intranet/mentor data-ui/tracker-tetris +diehard/legacy/frontend +data-ui/alabama-farmer +data-ui/cloud-notify +portal/nginx +trust/trust-tests +data-ui/notify diff --git a/build/ya.conf.json b/build/ya.conf.json index 8bf6319ff91..73953108392 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -2146,99 +2146,6 @@ "gcc_version": "13.1" } }, - "xcode_11_1": { - "tools": { - "c++": { - "bottle": "xcode_11_1", - "executable": "c++" - }, - "cc": { - "bottle": "xcode_11_1", - "executable": "cc" - }, - "llvm-cov": { - "bottle": "xcode_11_1", - "executable": "llvm-cov" - }, - "llvm-profdata": { - "bottle": "xcode_11_1", - "executable": "llvm-profdata" - }, - "nm": { - "bottle": "xcode_11_1", - "executable": "llvm-nm" - }, - "strip": { - "bottle": "xcode_11_1", - "executable": "strip" - } - }, - "platforms": [ - { - "host": { - "os": "DARWIN" - }, - "target": { - "os": "DARWIN", - "arch": "x86_64" - }, - "default": false - }, - { - "host": { - "os": "DARWIN" - }, - "target": { - "os": "IOS", - "arch": "i386" - }, - "default": false - }, - { - "host": { - "os": "DARWIN" - }, - "target": { - "os": "IOS", - "arch": "x86_64" - }, - "default": false - }, - { - "host": { - "os": "DARWIN" - }, - "target": { - "os": "IOS", - "arch": "armv7" - }, - "default": false - }, - { - "host": { - "os": "DARWIN" - }, - "target": { - "os": "IOS", - "arch": "arm64" - }, - "default": false - } - ], - "params": { - "type": "xcode", - "match_root": "CLANG", - "werror_mode": "all", - "c_compiler": "$(CLANG)/usr/bin/clang", - "cxx_compiler": "$(CLANG)/usr/bin/clang++", - "ar": "$(CLANG)/usr/bin/libtool", - "inplace_tools": true, - "gcc_version": "8.0", - "dwarf_tool": { - "DARWIN": "$(CLANG)/usr/bin/dsymutil -flat" - } - } - }, "xcode_12_1": { "tools": { "c++": { @@ -6533,46 +6440,6 @@ ] } }, - "xcode_11_1": { - "formula": { - "sandbox_id": [ - 542909976 - ], - "match": "toolchain" - }, - "executable": { - "c++": [ - "usr", - "bin", - "clang++" - ], - "cc": [ - "usr", - "bin", - "clang" - ], - "llvm-cov": [ - "usr", - "bin", - "llvm-cov" - ], - "llvm-profdata": [ - "usr", - "bin", - "llvm-profdata" - ], - "llvm-nm": [ - "usr", - "bin", - "llvm-nm" - ], - "strip": [ - "usr", - "bin", - "strip" - ] - } - }, "xcode_12_1": { "formula": { "sandbox_id": [ |