File tree 6 files changed +7
-7
lines changed
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 38
38
files :
39
39
- source : .github/workflows/clang-tidy-differential.yaml
40
40
pre-commands : |
41
- sd 'container: ros:(\w+)' 'container: ghcr.io/autowarefoundation/autoware:latest-prebuilt -cuda' {source}
41
+ sd 'container: ros:(\w+)' 'container: ghcr.io/autowarefoundation/autoware:latest-autoware-universe -cuda' {source}
42
42
- source : .github/workflows/check-build-depends.yaml
43
43
- source : .github/workflows/clang-tidy-pr-comments.yaml
44
44
- source : .github/workflows/clang-tidy-pr-comments-manually.yaml
Original file line number Diff line number Diff line change 19
19
- -cuda
20
20
include :
21
21
- rosdistro : humble
22
- container : ghcr.io/autowarefoundation/autoware:latest-prebuilt
22
+ container : ghcr.io/autowarefoundation/autoware:latest-autoware-universe
23
23
build-depends-repos : build_depends.repos
24
24
steps :
25
25
- name : Check out repository
Original file line number Diff line number Diff line change 19
19
- -cuda
20
20
include :
21
21
- rosdistro : humble
22
- container : ghcr.io/autowarefoundation/autoware:latest-prebuilt
22
+ container : ghcr.io/autowarefoundation/autoware:latest-autoware-universe
23
23
build-depends-repos : build_depends.repos
24
24
steps :
25
25
- name : Check out repository
Original file line number Diff line number Diff line change 29
29
- -cuda
30
30
include :
31
31
- rosdistro : humble
32
- container : ghcr.io/autowarefoundation/autoware:latest-prebuilt
32
+ container : ghcr.io/autowarefoundation/autoware:latest-autoware-universe
33
33
build-depends-repos : build_depends.repos
34
34
steps :
35
35
- name : Set PR fetch depth
Original file line number Diff line number Diff line change 33
33
- -cuda
34
34
include :
35
35
- rosdistro : humble
36
- container : ghcr.io/autowarefoundation/autoware:latest-prebuilt
36
+ container : ghcr.io/autowarefoundation/autoware:latest-autoware-universe
37
37
build-depends-repos : build_depends.repos
38
38
steps :
39
39
- name : Set PR fetch depth
@@ -130,7 +130,7 @@ jobs:
130
130
clang-tidy-differential :
131
131
needs : build-and-test-differential
132
132
runs-on : ubuntu-latest
133
- container : ghcr.io/autowarefoundation/autoware:latest-prebuilt -cuda
133
+ container : ghcr.io/autowarefoundation/autoware:latest-autoware-universe -cuda
134
134
steps :
135
135
- name : Set PR fetch depth
136
136
run : echo "PR_FETCH_DEPTH=$(( ${{ github.event.pull_request.commits }} + 1 ))" >> "${GITHUB_ENV}"
Original file line number Diff line number Diff line change 23
23
- -cuda
24
24
include :
25
25
- rosdistro : humble
26
- container : ghcr.io/autowarefoundation/autoware:latest-prebuilt
26
+ container : ghcr.io/autowarefoundation/autoware:latest-autoware-universe
27
27
build-depends-repos : build_depends.repos
28
28
steps :
29
29
- name : Check out repository
You can’t perform that action at this time.
0 commit comments