Commit 73336f3
authored
[CI] Fix driver update script with IGC (#16647)
A couple of things changed that cause the script to break:
1. The `.sum` file in the `compute-runtime` release no longer lists IGC
debs.
2. The format of the IGC tags changed
Update the script to find the IGC tag using a regex in the
`compute-runtime` release description, which is the only place that
lists the corresponding IGC version.
Signed-off-by: Sarnie, Nick <[email protected]>1 parent fa46cbe commit 73336f3
1 file changed
+12
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
61 | 63 | | |
62 | 64 | | |
63 | 65 | | |
| |||
0 commit comments