aboutsummaryrefslogtreecommitdiffstats
path: root/build/ymake_conf.py
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-02-11 11:49:58 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-02-11 11:49:58 +0300
commit40a7214ee0ade2d35b5a1757c23879ff41eb9056 (patch)
treeeb78860d6a4ce3be4839d6cc85f1dd1274edfd6a /build/ymake_conf.py
parentc184e3cffe4bd92b3a1a6a778320079f53b1d7a1 (diff)
downloadydb-40a7214ee0ade2d35b5a1757c23879ff41eb9056.tar.gz
intermediate changes
ref:43184b1711d28748420ba5df5d86c8e37ddfd7c5
Diffstat (limited to 'build/ymake_conf.py')
-rwxr-xr-xbuild/ymake_conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ymake_conf.py b/build/ymake_conf.py
index 30219eb85e..6392a087d4 100755
--- a/build/ymake_conf.py
+++ b/build/ymake_conf.py
@@ -3079,7 +3079,7 @@ class Cuda(object):
if self.cuda_version.value in ('8.0', '9.0', '9.1', '9.2', '10.0'):
raise ConfigureError('CUDA versions 8.x, 9.x and 10.0 are no longer supported.\nSee DEVTOOLS-7108.')
- if self.cuda_version.value in ('10.1', '11.0', '11.1', '11.2', '11.3', '11.4'):
+ if self.cuda_version.value in ('10.1', '11.3', '11.4'):
return True
return False