Skip to content

Commit 6e34d0a

Browse files
committed
fix(debos/flash): Stop tracking latest ptool
The qcom-ptool can land breaking changes at any time, so stop tracking tip but instead point at specific SHAs. Signed-off-by: Loïc Minier <[email protected]>
1 parent 427bd41 commit 6e34d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debos-recipes/qualcomm-linux-debian-flash.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ architecture: arm64
1111
actions:
1212
- action: download
1313
description: Download qcom-ptool
14-
url: https://github.com/qualcomm-linux/qcom-ptool/archive/refs/heads/main.tar.gz
14+
url: https://github.com/qualcomm-linux/qcom-ptool/archive/4a042e0d70495d8b4a423b42780b10ea3e23d8db.tar.gz
1515
name: qcom-ptool
1616
filename: qcom-ptool.tar.gz
1717
unpack: true

0 commit comments

Comments
 (0)