Skip to content

Commit

Permalink
feat: upstream to origin (#82)
Browse files Browse the repository at this point in the history
* feat(ci): disable `cache-to` option to run `health-check` from forked branch (autowarefoundation#5021)

disable cache-to

Signed-off-by: Yutaka Kondo <[email protected]>

* feat: add single lidar sensor kit (autowarefoundation#4988)

feat(autoware.repos): add single lidar sensor kit

Signed-off-by: beginningfan <[email protected]>
Co-authored-by: Yutaka Kondo <[email protected]>

* fix(docker-build): fix ccache typo (autowarefoundation#5024)

Signed-off-by: mitsudome-r <[email protected]>

* feat(docker): no longer download artifacts on `devel` image (autowarefoundation#5023)

not download artifacts on devel

Signed-off-by: Yutaka Kondo <[email protected]>

---------

Signed-off-by: Yutaka Kondo <[email protected]>
Signed-off-by: beginningfan <[email protected]>
Signed-off-by: mitsudome-r <[email protected]>
Co-authored-by: beginningfan <[email protected]>
Co-authored-by: Ryohsuke Mitsudome <[email protected]>
  • Loading branch information
3 people authored Jul 24, 2024
1 parent b8e7586 commit 1f21db6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/actions/docker-build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ runs:
- name: Cache ccache
uses: actions/cache@v4
if: ${{ inputs.name == 'no-cuda' && github.ref == 'refs/heads/main' }}
id: cache-ccahce
id: cache-ccache
with:
path: |
root-ccache
Expand Down Expand Up @@ -107,4 +107,3 @@ runs:
push: false
build-args: ${{ inputs.build-args }}
cache-from: type=registry,ref=${{ github.repository }}-buildcache:${{ inputs.name }}-${{ inputs.platform }}-${{ inputs.cache-tag-suffix }}
cache-to: type=registry,ref=${{ github.repository }}-buildcache:${{ inputs.name }}-${{ inputs.platform }}-${{ inputs.cache-tag-suffix }},mode=max
4 changes: 4 additions & 0 deletions autoware.repos
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ repositories:
type: git
url: https://github.com/autowarefoundation/awsim_labs_sensor_kit_launch.git
version: main
sensor_kit/single_lidar_sensor_kit_launch:
type: git
url: https://github.com/autowarefoundation/single_lidar_sensor_kit_launch.git
version: main
# vehicle
vehicle/sample_vehicle_launch:
type: git
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install development tools and artifacts
RUN --mount=type=ssh \
--mount=type=cache,target=/var/cache/apt,sharing=locked \
./setup-dev-env.sh -y --module dev-tools --download-artifacts openadkit \
./setup-dev-env.sh -y --module dev-tools openadkit \
&& pip uninstall -y ansible ansible-core \
&& apt-get autoremove -y && rm -rf "$HOME"/.cache

Expand Down

0 comments on commit 1f21db6

Please sign in to comment.