fdo-rs / fido-device-onboard-rs

An implementation of the FIDO Device Onboard (FDO) spec written in Rust.
BSD 3-Clause "New" or "Revised" License
59 stars 33 forks source link

chore: minor updates to make vendored script #513

Closed nullr0ute closed 1 year ago

nullr0ute commented 1 year ago

Some minor updates for the make-vendored-tarfile.sh script.

7flying commented 1 year ago

Could we also update the script to remove some other windows crates? We are also getting these ones in:

winapi
winapi-i686-pc-windows-gnu
winapi-util
winapi-x86_64-pc-windows-gnu
windows
windows-sys
windows-sys-0.42.0
windows-sys-0.45.0
windows-targets
windows-targets-0.42.2
windows_aarch64_gnullvm
windows_aarch64_gnullvm-0.42.2
windows_aarch64_msvc
windows_aarch64_msvc-0.42.2
windows_i686_gnu
windows_i686_gnu-0.42.2
windows_i686_msvc
windows_i686_msvc-0.42.2
windows_x86_64_gnu
windows_x86_64_gnu-0.42.2
windows_x86_64_gnullvm
windows_x86_64_gnullvm-0.42.2
windows_x86_64_msvc
windows_x86_64_msvc-0.42.2
winreg
nullr0ute commented 1 year ago

Could we also update the script to remove some other windows crates? We are also getting these ones in:

Not currently, that needs more work, I did look at it so I've forgotten the exact details, but from mem at a high level one or more of the dependent crates requires them unconditionally of the actual OS so the build fails, I have a general handy-wavy to-do item to go and have a closer look. This just syncs to what I'm currently using.