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
As a result of #1399, it looks like libpanda moved to /usr/local/lib/panda and we moved away from using the -softmmu suffix.
We set the PANDA_PATH env var in our Dockerfile for dockerized builds, so it appears that those paths may need to be updated and I made an attempt to create the appropriate changes with commit 10f4e1a .
I kept running into issues with mod.rs in panda-re, so I attempted to make the approriate change there but I don't have commit access to that repository. Those changes are shown in the diff below:
As a result of #1399, it looks like libpanda moved to
/usr/local/lib/panda
and we moved away from using the -softmmu suffix.We set the
PANDA_PATH
env var in our Dockerfile for dockerized builds, so it appears that those paths may need to be updated and I made an attempt to create the appropriate changes with commit 10f4e1a .I kept running into issues with mod.rs in panda-re, so I attempted to make the approriate change there but I don't have commit access to that repository. Those changes are shown in the diff below:
I think there might be a simpler/more elegant fix than what I've been messing around with here.
The text was updated successfully, but these errors were encountered: