[upstream_utils] Upgrade Sleipnir to fix unused parameter warnings (#6803)

This commit is contained in:
Tyler Veness
2024-07-07 06:43:44 -07:00
committed by GitHub
parent 32ed9c5f0b
commit 6478ba6e3f
20 changed files with 342 additions and 212 deletions

View File

@@ -15,8 +15,8 @@ from upstream_utils import (
def main():
upstream_root = clone_repo(
"https://github.com/SleipnirGroup/Sleipnir",
# main on 2024-06-19
"d5bf25acc8a28f10d7f9e85ef89b31eb0e916f6b",
# main on 2024-07-05
"b90f89d343379dd8dc88f22e0462eb7b59006b2c",
shallow=False,
)
wpilib_root = get_repo_root()
@@ -29,6 +29,7 @@ def main():
"0002-Use-fmtlib.patch",
"0003-Remove-unsupported-constexpr.patch",
"0004-Use-wpi-SmallVector.patch",
"0005-Suppress-clang-tidy-false-positives.patch",
]:
git_am(os.path.join(wpilib_root, "upstream_utils/sleipnir_patches", f))