bdice commented on code in PR #11407:
URL: 
https://github.com/apache/incubator-gluten/pull/11407#discussion_r2686937618


##########
.github/workflows/velox_backend_cache.yml:
##########
@@ -167,14 +167,15 @@ jobs:
           dnf autoremove -y && dnf clean all
           dnf remove -y cuda-toolkit-12* && dnf install -y cuda-toolkit-13-1
           ls -l /usr/local/
-          source /opt/rh/gcc-toolset-12/enable
+
+          source /opt/rh/gcc-toolset-14/enable

Review Comment:
   We do need GCC 14, but we could remove the extra steps above from #11275 
that change the CUDA version if you wish. This PR should make it work with the 
CUDA 12 version that already exists in the container. I know there were quite a 
few workaround to reduce the disk space to make room for CUDA 13.1 -- we could 
revert that too.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to