Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
doganulus committed Aug 2, 2024
1 parent 621a429 commit 5102fb9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/buildah-build-devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
paths:
- .github/workflows/buildah-build-devel.yml # Self-trigger
- containers/autoware-devel/Dockerfile

env:
REGISTRY: ghcr.io/bounverif
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/buildah-build-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ jobs:
AUTOWARE_VERSION=latest
extra-args:
--target autoware-runtime
--squash
containerfiles: |
containers/autoware-runtime/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion containers/autoware-devel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ ARG TARGETARCH TARGETOS TARGETPLATFORM TARGETVARIANT
# Hence, we do not want build artifacts and logs.
#
RUN --mount=type=bind,from=autoware-source,source=${AUTOWARE_SOURCE_DIR},target=${AUTOWARE_SOURCE_DIR} \
ln -s ${AUTOWARE_SOURCE_DIR} /tmp/autoware/src \
ln -s ${AUTOWARE_SOURCE_DIR} /tmp/autoware/src && \
. /opt/ros/${ROS_DISTRO}/setup.sh && \
export CCACHE_BASEDIR=/tmp/autoware && \
colcon --log-base /dev/null build \
Expand Down

0 comments on commit 5102fb9

Please sign in to comment.