diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-09-15 18:11:23 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-09-15 18:33:38 +0300 |
commit | 6409303f9bc7336744e42afa15a8c4c5d6e091a7 (patch) | |
tree | 3b9804c8789592bf3b41709ef5ff0110bb57dfac | |
parent | c516a81f5123c759856caf347f1f0ae97a48c177 (diff) | |
download | ydb-6409303f9bc7336744e42afa15a8c4c5d6e091a7.tar.gz |
Add referenсe to ticket
-rw-r--r-- | build/ymake.core.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 3947417de5..f75ebe1857 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -983,6 +983,7 @@ module _LINK_UNIT: _BASE_UNIT { } when ($OPENSOURCE == "yes" && $AUTOCHECK == "yes") { + # FIXME: Replace AUTOCHECK == yes with _not a host platform_ check after YMAKE-218 MODULE_LICENSES_RESTRICTION_TYPES = DENY MODULE_LICENSES_RESTRICTIONS = REQUIRE_DISCLOSURE FORBIDDEN NDA } |