Skip to content
This repository was archived by the owner on Mar 10, 2023. It is now read-only.

Commit ab20e02

Browse files
Update ci (#3)
* Updated cross_toolchain path Signed-off-by: Servando German Serrano <[email protected]> * Added CI badges Signed-off-by: Servando German Serrano <[email protected]> * Update container user & removed dependencies Signed-off-by: Servando German Serrano <[email protected]>
1 parent 6f74dfc commit ab20e02

File tree

5 files changed

+8
-13
lines changed

5 files changed

+8
-13
lines changed

.github/workflows/cross-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
mkdir -p src_tmp/ && mv `find -maxdepth 1 -not -name . -not -name src_tmp -not -name $VCS_FILE` src_tmp/ && mv src_tmp/ src/
3838
sudo apt-get update -qq && sudo apt-get install -y python3-vcstool gcc git wget
39-
wget https://gitlab.com/autowarefoundation/autoware.ai/docker/raw/master/crossbuild/cross_toolchain.cmake
39+
wget https://raw.githubusercontent.com/Autoware-AI/docker/master/crossbuild/cross_toolchain.cmake
4040
vcs validate < $VCS_FILE
4141
vcs import src/ < $VCS_FILE
4242
bash -c 'source $AUTOWARE_SYSROOT/opt/ros/${ROS_DISTRO}/setup.bash; \

.github/workflows/cuda-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
env:
2222
VCS_FILE: build_depends.repos
2323
ROS_DISTRO: melodic
24-
options: --user 1001
24+
options: --user root
2525

2626
steps:
2727

@@ -33,7 +33,7 @@ jobs:
3333
mkdir -p src_tmp/ && mv `find -maxdepth 1 -not -name . -not -name src_tmp -not -name $VCS_FILE` src_tmp/ && mv src_tmp/ src/
3434
vcs validate < $VCS_FILE
3535
vcs import src/ < $VCS_FILE
36-
rosdep update
36+
rosdep update && apt-get update -qqq
3737
rosdep install -y --from-paths src --ignore-src --rosdistro $ROS_DISTRO
3838
mkdir -p depends_ws/src
3939
mv src/depends depends_ws/src

.github/workflows/native-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
env:
2222
VCS_FILE: build_depends.repos
2323
ROS_DISTRO: melodic
24-
options: --user 1001
24+
options: --user root
2525

2626
steps:
2727

@@ -33,7 +33,7 @@ jobs:
3333
mkdir -p src_tmp/ && mv `find -maxdepth 1 -not -name . -not -name src_tmp -not -name $VCS_FILE` src_tmp/ && mv src_tmp/ src/
3434
vcs validate < $VCS_FILE
3535
vcs import src/ < $VCS_FILE
36-
rosdep update
36+
rosdep update && apt-get update -qqq
3737
rosdep install -y --from-paths src --ignore-src --rosdistro $ROS_DISTRO
3838
mkdir -p depends_ws/src
3939
mv src/depends depends_ws/src

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# core_planning
2+
3+
![Native CI workflow](https://github.com/Autoware-AI/core_planning/workflows/Native%20CI%20workflow/badge.svg) ![CUDA CI workflow](https://github.com/Autoware-AI/core_planning/workflows/CUDA%20CI%20workflow/badge.svg) ![Cross CI workflow](https://github.com/Autoware-AI/core_planning/workflows/Cross%20CI%20workflow/badge.svg)
4+
25
Autoware packages for planning the route and motion of a self-driving vehicle.
36

47
www.autoware.org

build_depends.repos

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,3 @@ repositories:
77
type: git
88
url: https://gitlab.com/autowarefoundation/autoware.ai/messages.git
99
version: master
10-
depends/vendor/lanelet2:
11-
type: git
12-
url: https://github.com/fzi-forschungszentrum-informatik/Lanelet2.git
13-
version: d13cf9c86b9f01821a7242ef6652c0daed5a7d84
14-
depends/vendor/mrt_cmake_modules:
15-
type: git
16-
url: https://github.com/KIT-MRT/mrt_cmake_modules.git
17-
version: 9ddefc00303983b8d84fc2e050a2c568a34d0ecd

0 commit comments

Comments
 (0)