Skip to content

Commit d079b09

Browse files
deps: switch vendored tools to per-package release branches (commaai#2372)
1 parent 74878fc commit d079b09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ dev = [
3232
"pytest-timeout",
3333
"ruff",
3434
"setuptools",
35-
"gcc-arm-none-eabi @ git+https://github.com/commaai/dependencies.git@releases#subdirectory=gcc-arm-none-eabi",
36-
"cppcheck @ git+https://github.com/commaai/dependencies.git@releases#subdirectory=cppcheck",
35+
"gcc-arm-none-eabi @ git+https://github.com/commaai/dependencies.git@release-gcc-arm-none-eabi#subdirectory=gcc-arm-none-eabi",
36+
"cppcheck @ git+https://github.com/commaai/dependencies.git@release-cppcheck#subdirectory=cppcheck",
3737
]
3838

3939
[build-system]

0 commit comments

Comments
 (0)