Skip to content

Commit

Permalink
RHEL build upgrade to 8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
WenqingLiAMD committed Aug 7, 2023
1 parent a4b22f3 commit ba36ea1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions utils/amdvlk_build_for_tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,6 @@ def Build(self):

def MakeDriverPackage(self, arch):
cmakeName = 'cmake '
if (self.distro == 'RHEL'):
cmakeName = 'source scl_source enable devtoolset-7 && cmake '

if not self.IsBuildTagNewer():
# Fetch spvgen resources
os.chdir(self.driverRoot + 'spvgen/external')
Expand Down

0 comments on commit ba36ea1

Please sign in to comment.