Commit 2d1768e
authored
Fix ramdisk unpack and repack logic for fastrpc validation (#238)
* CI: Switch all reusable workflow references to 'development' branch
- Ensures CI uses latest logic from development branch
Signed-off-by: Tharun Kumar Merugu <mtharu@qti.qualcomm.com>
* CI Fix: Ensure proper packaging of ramdisk contents into cpio archive
- Added missing directory creation for ramdisk_test before decompression
- Ensured only contents of ramdisk_fastrpc are archived (not the folder itself)
- Applied safe and consistent cpio and gzip usage
- Improved error handling and quoting for robustness
Signed-off-by: Tharun Kumar Merugu <mtharu@qti.qualcomm.com>
---------
Signed-off-by: Tharun Kumar Merugu <mtharu@qti.qualcomm.com>1 parent e7929db commit 2d1768e
2 files changed
+7
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | | - | |
92 | | - | |
| 90 | + | |
93 | 91 | | |
94 | 92 | | |
95 | 93 | | |
| |||
100 | 98 | | |
101 | 99 | | |
102 | 100 | | |
103 | | - | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
113 | | - | |
| 112 | + | |
114 | 113 | | |
115 | 114 | | |
116 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments