Skip to content

Commit 667b847

Browse files
committed
Not use gcc-toolset for rhel build.
1 parent 9d5a023 commit 667b847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/amdvlk_build_for_tag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def MakeDriverPackage(self, arch):
168168

169169
def useGccToolset():
170170
return self.distro == 'RHEL'
171-
gccToolsetCmd = "source scl_source enable gcc-toolset-10 &&" if useGccToolset() else ""
171+
gccToolsetCmd = ""
172172

173173
self.buildDir = 'xgl/Release64' if arch == '64' else 'xgl/Release32'
174174
cmakeFlags = ' -G Ninja -S xgl -B ' + self.buildDir + ' -DVKI_BUILD_WAYLAND=ON -DPACKAGE_VERSION=' + self.version + ' -DVKI_BUILD_TOOLS=ON'

0 commit comments

Comments
 (0)