aboutsummaryrefslogtreecommitdiffstats
path: root/build/ymake_conf.py
diff options
context:
space:
mode:
authordimdi-y <dimdi-y@yandex-team.ru>2022-02-10 16:51:38 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:51:38 +0300
commitabbe0cec60786920f32f9ffe58ad548e3edeb614 (patch)
treeab7fbbf3253d4c0e2793218f09378908beb025fb /build/ymake_conf.py
parent9056deae3cf958c40668e817502655c7017b4575 (diff)
downloadydb-abbe0cec60786920f32f9ffe58ad548e3edeb614.tar.gz
Restoring authorship annotation for <dimdi-y@yandex-team.ru>. Commit 2 of 2.
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 e6281e2077..30219eb85e 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.0', '11.1', '11.2', '11.3', '11.4'):
return True
return False