Commit b4feefb
committed
fix(uv): make uv lock rule work with platform python runtime
A platform runtime is when the interpreter is provided as an absolute
path to Python instead of bundled in the runfiles. The uv lock rule
almost worked, it just didn't handle the runtime files being empty
in such a case.1 parent 5dfd199 commit b4feefb
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
0 commit comments