Closed knorth55 closed 1 year ago
◉ Kei Okada
2022年10月11日(火) 22:53 Shingo Kitagawa @.***>:
now aques_talk is not build in indigo because dpkg version is low 1.17.5. we can use -qDEB_TARGET_GNU_CPU in dpkg 1.17.14 and above, so it does not return any value in 1.17.5. this PR continues to run build as x86_64 when dpkg version is low.
You can view, comment on, or merge this pull request online at:
https://github.com/jsk-ros-pkg/jsk_3rdparty/pull/387 Commit Summary
- 44d95f1 https://github.com/jsk-ros-pkg/jsk_3rdparty/pull/387/commits/44d95f10b459ebcd41824dac4f64891c9f34ce0d build as x86 when dpkg cpu check fails
File Changes
(1 file https://github.com/jsk-ros-pkg/jsk_3rdparty/pull/387/files)
- M 3rdparty/aques_talk/CMakeLists.txt https://github.com/jsk-ros-pkg/jsk_3rdparty/pull/387/files#diff-55c496b1b9f174118f7943f3b0bf09577d619b820de8a5700fae3ab92f61094c (13)
Patch Links:
- https://github.com/jsk-ros-pkg/jsk_3rdparty/pull/387.patch
- https://github.com/jsk-ros-pkg/jsk_3rdparty/pull/387.diff
— Reply to this email directly, view it on GitHub https://github.com/jsk-ros-pkg/jsk_3rdparty/pull/387, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADYNXHJL7U2E4D4OU35SATWCVWIBANCNFSM6AAAAAARCJ7D4I . You are receiving this because you are subscribed to this thread.Message ID: @.***>
I don't get the point.
How can I test this issue?
indigo
just build as x86_64
architecture.
please rebase on top of #418, which check if dpkg-cpu check fails
Thanks, I rebased this PR on #418
now aques_talk is not build in
indigo
becausedpkg
version is low1.17.5
. we can use-qDEB_TARGET_GNU_CPU
in dpkg1.17.14
and above, so it does not return any value in1.17.5
. this PR continues to run build asx86_64
whendpkg
version is low.