Add backtrace to find where is the issue
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 1m12s

This commit is contained in:
2025-06-22 21:00:53 -04:00
parent 9664873c20
commit 4b0e8a9c32

View File

@@ -92,5 +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"
run: | run: |
sudo -E bluebuild build -v --push ${RECIPE_PATH} sudo -E bluebuild build -v --push ${RECIPE_PATH}