Skip to content

Commit

Permalink
drop invalid again
Browse files Browse the repository at this point in the history
  • Loading branch information
monoidic committed Feb 18, 2024
1 parent 103d347 commit 734600b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,14 @@ build_for_tag() {
echo $tag
git -C $go_dir checkout $tag &>/dev/null

(
(
for sum in $(find $root -name go.sum); do
cd $(dirname $sum)
go mod download
done
done
)


time ./go-api-parser -get_cgo -permit_invalid -src=$root -out=results/${tag}.json -version=$tag || exit $?
time ./go-api-parser -get_cgo -src=$root -out=results/${tag}.json -version=$tag || exit $?
}

main() {
Expand Down

0 comments on commit 734600b

Please sign in to comment.