An implementation of the FIDO Device Onboard Specification written in rust
Go to file
Irene Diez 30d2fb161a spec: fix license
resolves: https://issues.redhat.com/browse/RHEL-25727
Signed-off-by: Irene Diez <idiez@redhat.com>
2024-02-28 13:49:03 +01: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
fido-device-onboard.spec spec: fix license 2024-02-28 13:49:03 +01: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