Commit de1b6d5
Set SETUPTOOLS_SCM_PRETEND_VERSION for hardlink source copies
Hardlink copies (cp -al / rsync --link-dest) share the same .git/index
inode across all config directories. When parallel builds invoke
setuptools_scm, concurrent git status calls on the shared index cause
timeouts on Lustre. Bypass git entirely by setting the pretend version.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent e5ce527 commit de1b6d5
2 files changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
49 | 52 | | |
50 | 53 | | |
51 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
54 | 57 | | |
55 | 58 | | |
56 | 59 | | |
| |||
0 commit comments