From 3ce232555063878da7e3d4712fa4e853b1a23c48 Mon Sep 17 00:00:00 2001 From: iniklyaev Date: Tue, 4 Feb 2025 09:53:24 +0300 Subject: [PATCH] forbid using PIC var outside of a module commit_hash:4fa355aa46baadf841fb3943ea10a2cdbad135e3 --- build/conf/settings.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/conf/settings.conf b/build/conf/settings.conf index 23186f34..a9be913d 100644 --- a/build/conf/settings.conf +++ b/build/conf/settings.conf @@ -125,6 +125,8 @@ _FOLDABLE_VARS=\ # end of _FOLDABLE_VARS list +_MODULE_SCOPE_ONLY_VARS=PIC + ARCADIA_TEST_ROOT=../arcadia_tests_data/ DEFAULT_REQUIREMENTS=network:restricted cpu:1 ram:32