Use full for backtrace for more information
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 1m9s
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 1m9s
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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}
|
Reference in New Issue
Block a user