Skip to content

Don't add PATH variables if aarch64

Joshua Wyatt Smith requested to merge jwsmith/lcgjenkins:aarch64 into master

Avoid appending cvmfs to PATH variable if aarch64. It uses it's own cmake and gcc. CVMFS doesn't have aarch64 binaries. Normally this isn't an issue and the path just wont be used. But on aarch64, and input/output error occurs for specifically this contrib directory on cvmfs, causing the whole build to fail

Merge request reports