Skip to content

Commit 445d8aa

Browse files
committed
.github: install microxrceddsgen from source
... until image is udpated
1 parent 9a2857e commit 445d8aa

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/test_dds.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,22 @@ jobs:
169169
- name: setup ccache
170170
run: |
171171
. .github/workflows/ccache.env
172+
# install install Micro-XRCE-DDS-Gen from source until image is updated
173+
- name: install Micro-XRCE-DDS-Gen from source
174+
run: |
175+
cd /tmp
176+
git clone --recurse-submodules https://github.com/ardupilot/Micro-XRCE-DDS-Gen.git
177+
cd Micro-XRCE-DDS-Gen
178+
./gradlew assemble
172179
- name: test ${{matrix.config}}
173180
env:
174181
CI_BUILD_TARGET: dds-${{matrix.config}}
175182
shell: 'script -q -e -c "bash {0}"'
176183
run: |
177184
git config --global --add safe.directory ${GITHUB_WORKSPACE}
178185
PATH="/github/home/.local/bin:$PATH"
186+
PATH="/tmp/Micro-XRCE-DDS-Gen/scripts:$PATH"
187+
which microxrceddsgen
179188
Tools/scripts/build_ci.sh
180189
181190
- name: Archive buildlog artifacts

0 commit comments

Comments
 (0)