Skip to content

Commit aaa2af1

Browse files
committed
chore: skip libtool 2.5.2
libtool 2.5.2 is a pre-release
1 parent ff0c4c6 commit aaa2af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/update_native_dependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def _update_with_root(tool, dry_run):
7878
"autoconf": "~v?[0-9]+\.[0-9]+(\.[0-9]+)?$",
7979
}
8080
exclude = {
81-
"libtool": "~2\.5\.[0-1]$", # pre-release
81+
"libtool": "~2\.5\.[0-2]$", # pre-release
8282
"git": "2.46.0", # can't build on CentOS 7
8383
}
8484
lines = DOCKERFILE.read_text().splitlines()

0 commit comments

Comments
 (0)