Skip to content

Commit

Permalink
fix(build): add fallback CARGO_PRESHELL (ariel-os#841)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 authored Feb 18, 2025
2 parents c05086f + 596b124 commit d2b093e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion laze-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ contexts:
CARGO:
- ${CARGO_WRAPPER}
- cargo
CARGO_PRESHELL: true &&

tasks:
info-modules:
Expand Down Expand Up @@ -495,7 +496,7 @@ modules:
# Note that one \ escapes for YAML, the reaming \ escapes for laze,
# and the second $ escapes for laze's internal ninja, resulting in
# the shell to see just ${ESPUP_...
- '. $\\${ESPUP_EXPORT_FILE:-~/export-esp.sh} &&'
- . $\\${ESPUP_EXPORT_FILE:-~/export-esp.sh} &&

- name: riscv
env:
Expand Down

0 comments on commit d2b093e

Please sign in to comment.