Skip to content

Commit

Permalink
Update images
Browse files Browse the repository at this point in the history
  • Loading branch information
doganulus committed Aug 3, 2024
1 parent 42a368f commit 5bc3f2a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# ROS directories
src/
build/
log/
install/
debug/
3 changes: 3 additions & 0 deletions containers/autoware-devel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ CMAKE_GENERATOR=Ninja
# Ccache configuration
COPY etc/ccache.conf /etc/ccache.conf

RUN export CCACHE_DIR=$(ccache --get-config cache_dir) && \
mkdir -p ${CCACHE_DIR} && chmod 777 ${CCACHE_DIR}

FROM ${IMAGE_NAME}:${AUTOWARE_VERSION}-builder AS autoware-builder-with-cache
ARG TARGETARCH TARGETOS TARGETPLATFORM TARGETVARIANT
#
Expand Down
1 change: 1 addition & 0 deletions containers/autoware-runtime/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN --mount=type=bind,source=etc/autoware/autoware.repos.yml,target=/etc/autowar
--build-base ${AUTOWARE_BUILD_DIR} \
--install-base ${AUTOWARE_INSTALL_DIR} \
--packages-up-to autoware_launch \
--parallel-workers 4 \
--event-handlers \
console_direct- \
console_stderr+ \
Expand Down

0 comments on commit 5bc3f2a

Please sign in to comment.