File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/runtime_src/tools/scripts Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ if ( "$OSDIST" =~ "ubuntu" ) then
39
39
endif
40
40
41
41
if ( " $OSDIST " =~ centos || " $OSDIST " =~ redhat* ) then
42
- if ( " $OSREL " ! ~ 7.4* && " $OSREL " ! ~ 7.5* ) then
42
+ if ( " $OSREL " ! ~ 7.4* && " $OSREL " ! ~ 7.5* && " $OSREL " ! ~ 7.6 * ) then
43
43
echo " ERROR: Centos or RHEL release version must be 7.4 or later"
44
44
exit 1
45
45
endif
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ if [[ $OSDIST == "ubuntu" ]]; then
15
15
fi
16
16
17
17
if [[ $OSDIST == " centos" ]] || [[ $OSDIST == " redhat" * ]]; then
18
- if [[ $OSREL != " 7.4" * ]] && [[ $OSREL != " 7.5" * ]]; then
18
+ if [[ $OSREL != " 7.4" * ]] && [[ $OSREL != " 7.5" * ]] && [[ $OSREL != " 7.6 " * ]] ; then
19
19
echo " ERROR: Centos or RHEL release version must be 7.4 or later"
20
20
return 1
21
21
fi
You can’t perform that action at this time.
0 commit comments