RSDK-14032 - update viam-cpp-sdk to v38#211
Conversation
…20260528-RSDK-14032-update-cpp-sdk
|
We are going to address the pinning issue by way of #212. We will land that first, then #209. That will set us up for an 0.6.1-rc1 that is reproducible. Then, we will handle #211. That will need to get split into two commits: an update to the docker file, which will trigger a docker rebuild, and then the main commit which upgrades TO the new docker file. I'lll leave more comments on #211 |
Lol this is #211. Moving too fast ... Anyway, here is what should be done. Once we have #212 and #209 landed, then this PR should be split.
Then we can merge this safely, and everything after #212 will now be reproducible in CI. |
| RUN cd /root/opt/src && \ | ||
| git clone https://github.com/viamrobotics/viam-cpp-sdk && \ | ||
| cd viam-cpp-sdk && \ | ||
| git checkout releases/v0.31.0 && \ |
There was a problem hiding this comment.
Please split this out into a new, standalone PR, rebased above the commit from #212.
…20260528-RSDK-14032-update-cpp-sdk
No description provided.