We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e623e commit 629c678Copy full SHA for 629c678
Dockerfile
@@ -48,7 +48,7 @@ RUN git config --global --add safe.directory $PWD
48
RUN echo "if [ -d \"\$HOME/.local/bin\" ] ; then\nPATH=\"\$HOME/.local/bin:\$PATH\"\nfi" >> ~/.ardupilot_env
49
50
# Clone & install Micro-XRCE-DDS-Gen dependency
51
-RUN git clone --recurse-submodules https://github.com/ardupilot/Micro-XRCE-DDS-Gen.git /home/${USER_NAME}/Micro-XRCE-DDS-Gen \
+RUN git clone --recurse-submodules --depth 1 --branch v4.7.1 https://github.com/ardupilot/Micro-XRCE-DDS-Gen.git /home/${USER_NAME}/Micro-XRCE-DDS-Gen \
52
&& cd /home/${USER_NAME}/Micro-XRCE-DDS-Gen \
53
&& ./gradlew assemble \
54
&& export AP_ENV_LOC="/home/${USER_NAME}/.ardupilot_env" \
0 commit comments