You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci_download_softnpu_machinery: don't skip just because file exists locally (#3403)
Ran into this fun issue again where `ci_download_softnpu_machinery`
would skip updating the softnpu binaries if it found them in
`out/softnpu` already. That's all well and good until the pinned commit
actually gets updated and you've run `install_runner_prerequisites.sh`
thinking that's enough.
To anyone who's softnpu deploy doesn't seem to be working and
`/softnpu.log` in the `softnpu` zone is spamming:
```
Dec 28 10:34:48.723 WARN got sidecar egress port of 0
Dec 28 10:34:48.723 WARN this is probably a p4 program bug
Dec 28 10:34:48.723 WARN dropping packet
```
You're running an old copy of `softnpu` is why.
Fix that by using the published sha256 hashes to verify any local copy
that exists.
0 commit comments