Skip to content

Commit

Permalink
Fix llvm prebuilt link on Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Feb 10, 2024
1 parent 5720193 commit 1defa2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cm-mlops/script/install-llvm-prebuilt/customize.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ def preprocess(i):

elif need_version == '12.0.1':
default_os = '16.04'
if host_os_version.startswith('18') or host_os_version.startswith('20'):
default_os = '18.04'
#if host_os_version.startswith('18') or host_os_version.startswith('20'):
# default_os = '18.04'

elif need_version == '13.0.0':
default_os = '16.04'
Expand Down

0 comments on commit 1defa2b

Please sign in to comment.