Commit a19bda8
committed
fix(bootstrap): treat zero-valued no-progress override as unset
OPENSHELL_BUILD_NO_PROGRESS_TIMEOUT_SECS=0 previously parsed cleanly
into Duration::from_secs(0), making every build fail immediately with
"produced no output for 0s". Filter zero alongside non-numeric values
so it falls back to the default.
Signed-off-by: Tinson Lai <tinsonl@nvidia.com>1 parent 72cabb4 commit a19bda8
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
119 | 120 | | |
120 | 121 | | |
121 | 122 | | |
| |||
0 commit comments