Commit ae6b414
committed
[TEMP] Pull in regex apt/pip fix from sonic-net#28144 to unblock CI
TEMPORARY: pulls the build-infra fix from sonic-net#28144
(author: yijingyan2) to unblock this PR's CI. The shared 'Build sonic image'
stage currently fails on ALL platforms with:
Cannot uninstall regex 2024.11.6 ... no RECORD file was found for regex
hint: The package was installed by debian
because python3-regex is apt-installed without a pip RECORD, so pip cannot
upgrade it when the sonic-utilities wheel (via docker-image-py) requires a
newer regex. This is unrelated to this PR's docker-sonic-vs changes.
DROP THIS COMMIT on the next rebase once sonic-net#28144 has merged into master.
Original-change-by: yijingyan2
Ref: sonic-net#28144
Signed-off-by: securely1g <securely1g@users.noreply.github.com>1 parent 2818c7d commit ae6b414
2 files changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
228 | 233 | | |
229 | 234 | | |
230 | 235 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
546 | 546 | | |
547 | 547 | | |
548 | 548 | | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
549 | 552 | | |
550 | 553 | | |
551 | 554 | | |
| |||
0 commit comments