Skip to content

Commit 0ee4133

Browse files
committed
Pins serde version to fix fuzz build failure
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=70211#c2 Related issue google#12168 Fix inspired by google@037a2b0
1 parent 058b846 commit 0ee4133

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

projects/opensk/build.sh

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ build_and_copy() {
2929

3030
cd OpenSK
3131

32+
# Temporary fix to pin serde
33+
pushd libraries/opensk/fuzz
34+
cargo update -p serde --precise 1.0.200
35+
popd
3236
# CTAP library fuzzing targets
3337
build_and_copy libraries/opensk
3438

0 commit comments

Comments
 (0)