An implementation of the FIDO Device Onboard Specification written in rust
Go to file
2024-10-02 11:45:43 +02:00
tests import fido-device-onboard 2021-12-13 21:31:43 +01:00
.gitignore Update to FDO 0.4.7 2023-02-15 12:45:14 +00:00
0001-Revert-chore-use-git-fork-for-aws-nitro-enclaves-cos.patch spec: new upstream version 0.5.0 2024-02-26 13:35:53 +01:00
0002-Fix-systemd-units-run-before-poweroff.patch fix(systemd-units): run before powering off the system 2024-10-02 11:45:43 +02:00
fido-device-onboard.spec fix(systemd-units): run before powering off the system 2024-10-02 11:45:43 +02:00
gating.yaml Update product to rhel-9 in gating.yml 2023-07-31 12:53:41 -04:00
README upgrade to 0.4.0 2022-02-24 22:06:39 +01:00
rpminspect.yaml import fido-device-onboard 2021-12-13 21:31:43 +01:00
sources spec: new upstream version 0.5.0 2024-02-26 13:35:53 +01:00

cleanup windows proprietary files from vendor/

rm -rf target/vendor/winapi/src/*
touch target/winapi/src/lib.rs
cd target/vendor
rm -rf winapi-x86_64-pc-windows-gnu/lib/*
rm -rf winapi-i686-pc-windows-gnu/lib/*
rm -rf vcpkg/test-data