Skip to content

Commit

Permalink
ci(kobuki_ws): Fix permission denied issue on arm
Browse files Browse the repository at this point in the history
  • Loading branch information
j3soon committed Sep 20, 2024
1 parent c0d587f commit b83c375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kobuki_ws/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=private \
RUN if [ "$TARGETARCH" = "arm64" ]; then \
# Fix the issue of Eigen
# Reference: https://gitlab.com/libeigen/eigen/-/issues/2326
sed -i 's/EIGEN_ALWAYS_INLINE eigen_packet_wrapper() {}/EIGEN_ALWAYS_INLINE eigen_packet_wrapper() = default;/' /usr/include/eigen3/Eigen/src/Core/GenericPacketMath.h; \
sudo sed -i 's/EIGEN_ALWAYS_INLINE eigen_packet_wrapper() {}/EIGEN_ALWAYS_INLINE eigen_packet_wrapper() = default;/' /usr/include/eigen3/Eigen/src/Core/GenericPacketMath.h; \
fi

# Install Kobuki dependencies
Expand Down

0 comments on commit b83c375

Please sign in to comment.