Skip to content

Commit

Permalink
add compiler to build req
Browse files Browse the repository at this point in the history
  • Loading branch information
hacknus committed Dec 11, 2024
1 parent 5c46091 commit 8b16faf
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions recipes/serial-monitor-rust/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,17 @@ build:
- cargo install --locked --bins --root ${PREFIX} --path .
- if: win
then:
- rustup default stable-x86_64-pc-windows-gnu
- cargo-bundle-licenses --format yaml --output ${SRC_DIR}/THIRDPARTY.yml
- cargo install --locked --bins --root ${PREFIX} --path . --verbose

requirements:
build:
- if: win
then:
rust=1.82
- ${{ compiler('rust') }}
- ${{ compiler('c') }}
- ${{ compiler('cxx') }}
- cargo-bundle-licenses
- pkg-config

host:
- ${{ compiler('rust') }}
- ${{ compiler('c') }}
Expand Down

0 comments on commit 8b16faf

Please sign in to comment.