Skip to content

Commit

Permalink
Add support for bundled jq version (#40897)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbradsha authored Jan 8, 2025
1 parent 575e4d7 commit 1675c72
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/check-development-environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,10 @@ else
elif version_compare "$VER" "1.6"; then
success "ok (version $VER)"
JQOK=true
elif version_compare "$VER" "1.6-159-apple-gcff5336-dirty"; then
# As of macOS 10.15, Apple bundles a random version that should be good enough.
success "ok (version $VER)"
JQOK=true
else
failure "too old" '' "jq at $BIN is version $VER. Version 1.6 or later is required."
fi
Expand Down

0 comments on commit 1675c72

Please sign in to comment.