aboutsummaryrefslogtreecommitdiffstats
path: root/build/ymake_conf.py
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-02-21 19:03:58 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-02-21 19:03:58 +0300
commit2eaa9cc03ffb5c9b1642b09282e2f920f3a30328 (patch)
tree210eb5ca39118f1fb6f625611383ba8ac34d7930 /build/ymake_conf.py
parent57f5cc235bb3c759ffac3f5acc34dfe5c45273ae (diff)
downloadydb-2eaa9cc03ffb5c9b1642b09282e2f920f3a30328.tar.gz
intermediate changes
ref:3836e482cdd1bed6dfbdd3b18671c1f768e8b7d6
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 b9b3f324dc..198fd65315 100755
--- a/build/ymake_conf.py
+++ b/build/ymake_conf.py
@@ -3091,7 +3091,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.3', '11.4'):
+ if self.cuda_version.value in ('10.1', '11.0', '11.1', '11.3', '11.4'):
return True
return False