nix: Fix generate-licenses failure (#34072)
We should maybe add `generate-licenses` to the sensitivity list for running nix in CI given that nix uses a workaround for it. Release Notes: - N/A
This commit is contained in:
parent
9a3720edd3
commit
01bdef130b
1 changed files with 2 additions and 1 deletions
|
@ -36,8 +36,9 @@ fi
|
|||
|
||||
echo "Generating cargo licenses"
|
||||
if [ -z "${ALLOW_MISSING_LICENSES-}" ]; then FAIL_FLAG=--fail; else FAIL_FLAG=""; fi
|
||||
if [ -z "${ALLOW_MISSING_LICENSES-}" ]; then WRAPPER=fail_on_stderr; else WRAPPER=""; fi
|
||||
set -x
|
||||
fail_on_stderr cargo about generate \
|
||||
$WRAPPER cargo about generate \
|
||||
$FAIL_FLAG \
|
||||
-c script/licenses/zed-licenses.toml \
|
||||
"$TEMPLATE_FILE" >>"$OUTPUT_FILE"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue