Skip to content

Commit

Permalink
CI: Temporarily disable SPARQL XML results fuzzing
Browse files Browse the repository at this point in the history
CI is always failing because of tafia/quick-xml#608
  • Loading branch information
Tpt committed Jun 5, 2023
1 parent edec370 commit ac61adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clusterfuzzlite/build.sh
Expand Up @@ -15,7 +15,7 @@ function build_seed_corpus() {

cd "$SRC"/oxigraph
cargo fuzz build -O --debug-assertions
for TARGET in sparql_eval sparql_results_json sparql_results_tsv sparql_results_xml
for TARGET in sparql_eval sparql_results_json sparql_results_tsv # sparql_results_xml https://github.com/tafia/quick-xml/issues/608
do
cp fuzz/target/x86_64-unknown-linux-gnu/release/$TARGET "$OUT"/
done
Expand Down

0 comments on commit ac61adc

Please sign in to comment.