deps: switch vendored tools to per-package release branches (#2372)

This commit is contained in:
Adeeb Shihadeh
2026-03-14 16:21:36 -07:00
committed by GitHub
parent 74878fcbeb
commit d079b0958b

View File

@@ -32,8 +32,8 @@ dev = [
"pytest-timeout",
"ruff",
"setuptools",
"gcc-arm-none-eabi @ git+https://github.com/commaai/dependencies.git@releases#subdirectory=gcc-arm-none-eabi",
"cppcheck @ git+https://github.com/commaai/dependencies.git@releases#subdirectory=cppcheck",
"gcc-arm-none-eabi @ git+https://github.com/commaai/dependencies.git@release-gcc-arm-none-eabi#subdirectory=gcc-arm-none-eabi",
"cppcheck @ git+https://github.com/commaai/dependencies.git@release-cppcheck#subdirectory=cppcheck",
]
[build-system]