Commit 3011f9a
ci: fix sed delimiter in CUDA-arch strip regex
The `|` alternation inside the pattern collided with `|` used as the
s/// delimiter, so sed bailed with "unknown option to `s'" and the
arches were never stripped. Switch delimiter to `#`. Verified locally
that the pattern leaves only compute_75.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent dd7a1a0 commit 3011f9a
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
78 | 80 | | |
79 | 81 | | |
80 | 82 | | |
| |||
0 commit comments