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 much as possible, for GitHub actions use a pre-compiled Drake. I guess the actions don't have a lot of cores, so it takes a long time to get everything built. Plausibly, it would be best to pin to latest stable (tagged) Drake for this case. Steady-state, I don't think that drake-ros should depend on bleeding-edge Drake (unless a user opts-in to that).
For a canary build / integration test, I can offer our https://drake-jenkins.csail.mit.edu/ service so that we're using Drake-funded machines that are fast enough to rebuild the whole world from scratch. It could do a nightly build to cross-check that the most recent drake and drake-ros sources play well together.
At present, CMake can use latest nightly binaries, whereas Bazel is currently pinned.
Possible options for consistency:
rolling
builds too.See @sloretz's additional notes here:
#242 (review)
The text was updated successfully, but these errors were encountered: