Commit Graph

5 Commits

Author SHA1 Message Date
kaczmarczyck bcf9b09a7a
OpenSK fuzzing path (#9889)
OpenSK moved its CTAP code into a library, and all fuzzing has moved
with it. As an advantage, we are now independent of other dependencies
that restricted the compiler versions we could use. Therefore, we are
now fuzzing on the latest nightly, hopefully fixing some issues that
came with the compiler restriction before.

The corresponding PR on our GitHub is
https://github.com/google/OpenSK/pull/602
2023-03-08 02:36:05 -08:00
kaczmarczyck 7bc43dff54
Fix OpenSK build problem (nightly version) (#7177)
* exports a more specific nightly version

* trying intermediate compiler version to compromise
2022-01-24 17:59:24 +00:00
Catena cyber ec92af7449
opensk: do not specify nightly (#6648)
* opensk: do not specify nightly

so that coverage works because we use the cargo wrapper
which looks for fuzz build argument at the beginning

* opensk: use RUSTUP_TOOLCHAIN to avoid override
2021-11-21 22:16:32 -08:00
Jean-Michel Picod 523c214b5a
Fix project OpenSK (#6146)
Code coverage was disabled, making the overall workflow failing.
Also adds all the fuzzing targets the project provides.
2021-08-02 10:56:16 +01:00
DavidKorczynski ebc2852f0a
opensk: initial integration. (#5355)
* opensk: initial integration.

* fix up project.yaml in opensk.

* Fix opensk build.

* Updated build.sh

* updated project yaml.

* enable coverage.

* disable coverage.
2021-07-22 08:20:06 +10:00