Skip to content

Commit

Permalink
Update build script for data-encoding to fix broken build (google#12980)
Browse files Browse the repository at this point in the history
The unpublished v3-preview feature has been removed by
ia0/data-encoding#120. The v3 development
version will be added in a separate folder. I'll update the build script
to add the fuzzing for v3 once that's done.
  • Loading branch information
ia0 authored Jan 25, 2025
1 parent 806e7d2 commit 19b5026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/data-encoding/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
################################################################################

cd lib
cargo fuzz build --features=data-encoding/v3-preview
cargo fuzz build

find $SRC/data-encoding/target/x86_64-unknown-linux-gnu/release -maxdepth 1 \
-type f -perm -u=x -exec cp {} $OUT \;

0 comments on commit 19b5026

Please sign in to comment.