Skip to content

Commit

Permalink
chore: skip libtool 2.5.2
Browse files Browse the repository at this point in the history
libtool 2.5.2 is a pre-release
  • Loading branch information
mayeut committed Sep 1, 2024
1 parent ff0c4c6 commit aaa2af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/update_native_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def _update_with_root(tool, dry_run):
"autoconf": "~v?[0-9]+\.[0-9]+(\.[0-9]+)?$",
}
exclude = {
"libtool": "~2\.5\.[0-1]$", # pre-release
"libtool": "~2\.5\.[0-2]$", # pre-release
"git": "2.46.0", # can't build on CentOS 7
}
lines = DOCKERFILE.read_text().splitlines()
Expand Down

0 comments on commit aaa2af1

Please sign in to comment.