We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
問題点: ビルドに1時間以上かかるので,50分制限のTravisがタイムアウトする. 主な律速はhrpsysとchoreonoidのビルド.
個人的に試したこと:
思いつく解決策:
The text was updated successfully, but these errors were encountered:
hrpsysとrtmros_common (hrpsys_ros_bridge)をdebにしたら解決します。 一時期これで通っていました。 なのでやるとしたら、hrpsysのPRの必要なものをマージしてリリースと hrpsys_ros_bridgeのPRの必要なものをマージしてリリースとなります。
dockerfileの目的としては、テストよりも実行環境を作るになっていて、あまりタイムアウトを考慮していません。 以下で視覚も含めて実行できる環境(JAXON_REDのみ?)が作れます。 https://github.com/YoheiKakiuchi/robotsimulation-docker/tree/master/choreonoid_docker
Sorry, something went wrong.
No branches or pull requests
問題点:
ビルドに1時間以上かかるので,50分制限のTravisがタイムアウトする.
主な律速はhrpsysとchoreonoidのビルド.
個人的に試したこと:
思いつく解決策:
The text was updated successfully, but these errors were encountered: