Hi everyone, just to confirm, as I know it was ask...
# chipignite
e
Hi everyone, just to confirm, as I know it was asked recently, for the Nov 6th Chipignite, should I clone the
main
branch of the caravel_user_project repo? And then do not checkout any tags (such as
mpw9-e
, etc)? Are there any known bugs, is the wishbone working correctly? Thank you!
t
I think you do want to check out
mpw-9e
. I'm not sure it matters, because it looks like all changes since that tag was set (Sept. 6) have been in support of the openframe design. Once that has been completed, tested, and approved, it will presumably get tagged as
mpw-10
or
mpw-10a
. But for the moment, all of the tools expect everything to be at the
mpw-9e
tag.
j
We had previously recommended using a specific tag for each shuttle. We are now moving to using the current HEAD on main for caravel_user_project. Things have stabilized significantly and we have improved the CI regression test used to update the main branch.
e
Thank you both 🙂