Commit 739a1f9
committed
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 <Brice.Goglin@inria.fr>1 parent 6e4ecd0 commit 739a1f9
1 file changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
| 18 | + | |
15 | 19 | | |
16 | 20 | | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
20 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
21 | 28 | | |
22 | 29 | | |
23 | 30 | | |
| |||
0 commit comments