Use full for backtrace for more information
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 1m9s

This commit is contained in:
2025-06-22 21:03:46 -04:00
parent 4b0e8a9c32
commit 66a0e08d45

View File

@@ -92,6 +92,6 @@ jobs:
RECIPE_PATH: ${{ steps.build_vars.outputs.recipe_path }} RECIPE_PATH: ${{ steps.build_vars.outputs.recipe_path }}
RUST_LOG_STYLE: always RUST_LOG_STYLE: always
CLICOLOR_FORCE: "1" CLICOLOR_FORCE: "1"
RUST_BACKTRACE: "1" RUST_BACKTRACE: "full"
run: | run: |
sudo -E bluebuild build -v --push ${RECIPE_PATH} sudo -E bluebuild build -v --push ${RECIPE_PATH}