Skip to content

Commit

Permalink
chore: skip libtool 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Jul 30, 2024
1 parent 2f3a404 commit 7301223
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", # pre-release
"libtool": "~2\.5\.[0-1]$", # pre-release
}
lines = DOCKERFILE.read_text().splitlines()
re_ = re.compile(f"^RUN export {tool.upper()}_ROOT={tool}-(?P<version>\\S+) && \\\\$")
Expand Down

0 comments on commit 7301223

Please sign in to comment.