Commit 94b1a71
committed
Disable SourceLink VCS reading for now
Modern versions of pip use partial clones to speed the process up, which
results in a repo format v1 instead of v0 (as a "normal" clone would
do). SourceLink does not implement v1 so far, which results in a build
failure. The given environment variable disables accessing the VCS for
SourceLink during the Python package build.
Fixes #1613.1 parent 39f51fe commit 94b1a71
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
0 commit comments