Conversation
|
(参考までに)gitのバージョンが低かったのはros-buildをどこで走らせたとき? |
.github/.github/workflows/ros-build.yml Lines 67 to 72 in e3b3731 |
ごめん、そういう意味ではなく、どの環境の上で走らせたときにgitのバージョンが低かったのかという疑問 普段走らせているself-hosted-runnerに該当するうちのサーバーのgitバージョンは確認したら2.36になっていて、普段使う仮想環境も2.36に元からなっているはずなので |
I don't think ros-build.yml runs on self-hosted runner, I believe it was docker? |
|
うーん、なんで低いバージョンのgitが使われたんだろ… |
|
#92 に関してはこれで解決したということで良い? |
dockerのros:melodicイメージでCI走らせてます。 docker run -it ros:melodic bash
root@22fe9b462e38:/# git --version
git version 2.17.1 |
なるほど。ありがとうございます。 |
Summary
Detail
Impact
Test
Attention