Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Correct rust_hdl library installation #6140

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/rust_hdl/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,17 @@ source:
- target: darwin_arm64
file: vhdl_ls-aarch64-apple-darwin.zip
bin: vhdl_ls-aarch64-apple-darwin/bin/vhdl_ls
libraries: vhdl_ls-aarch64-apple-darwin/vhdl_libraries/
- target: linux_x64
file: vhdl_ls-x86_64-unknown-linux-musl.zip
bin: vhdl_ls-x86_64-unknown-linux-musl/bin/vhdl_ls
libraries: vhdl_ls-x86_64-unknown-linux-musl/vhdl_libraries/
- target: win_x64
file: vhdl_ls-x86_64-pc-windows-msvc.zip
bin: vhdl_ls-x86_64-pc-windows-msvc/bin/vhdl_ls.exe
libraries: vhdl_ls-x86_64-pc-windows-msvc/bin/vhdl_libraries/

bin:
vhdl_ls: "{{source.asset.bin}}"
share:
vhdl_libraries/: "{{source.asset.libraries}}"