aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2023-09-15 18:11:23 +0300
committerthegeorg <thegeorg@yandex-team.com>2023-09-15 18:33:38 +0300
commit6409303f9bc7336744e42afa15a8c4c5d6e091a7 (patch)
tree3b9804c8789592bf3b41709ef5ff0110bb57dfac
parentc516a81f5123c759856caf347f1f0ae97a48c177 (diff)
downloadydb-6409303f9bc7336744e42afa15a8c4c5d6e091a7.tar.gz
Add referenсe to ticket
-rw-r--r--build/ymake.core.conf1
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
}