Commit 9755978
committed
fix(sbom): Don't set CARGO_SBOM_PATH when empty (like stable)
Noticed `CARGO_SBOM_PATH` was being set when playing around with
artifact-deps.
I could have gated the env by whether the nightly feature was enabled
but figured it would be better to not set if it there aren't SBOMs.1 parent 2b7dac9 commit 9755978
2 files changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
780 | 780 | | |
781 | 781 | | |
782 | 782 | | |
783 | | - | |
784 | | - | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
785 | 788 | | |
786 | 789 | | |
787 | 790 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments