You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
contrib/ci.inria.fr: shorten the build path in windows cmake
Our CI uses NMake CMake-generator which doesn't like very long file names.
It already fails when building some branches with long names.
Use only the last 9 characters of the tarball name
(that's what our CI currently uses for abbreviated git hashes)
instead of the full hwloc-<branch>-date.git<hash> tarball name
as a build directory.
Signed-off-by: Brice Goglin <[email protected]>
0 commit comments