mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-29 02:21:44 +00:00
[upstream_utils] Upgrade to fmtlib 11.0.0 (#6796)
This commit is contained in:
@@ -13,16 +13,13 @@ from upstream_utils import (
|
||||
|
||||
|
||||
def main():
|
||||
upstream_root = clone_repo("https://github.com/fmtlib/fmt", "10.2.1")
|
||||
upstream_root = clone_repo("https://github.com/fmtlib/fmt", "11.0.0")
|
||||
wpilib_root = get_repo_root()
|
||||
wpiutil = os.path.join(wpilib_root, "wpiutil")
|
||||
|
||||
# Apply patches to upstream Git repo
|
||||
os.chdir(upstream_root)
|
||||
for f in [
|
||||
"0001-Suppress-warnings-we-can-t-fix.patch",
|
||||
"0002-Fix-tautological-compare-warning.patch",
|
||||
]:
|
||||
for f in ["0001-Suppress-warnings-we-can-t-fix.patch"]:
|
||||
git_am(os.path.join(wpilib_root, "upstream_utils/fmt_patches", f))
|
||||
|
||||
# Delete old install
|
||||
|
||||
Reference in New Issue
Block a user