autowarefoundation / autoware_ai_common

Apache License 2.0
39 stars 47 forks source link

Adding tvm_vendor to build_depends.repos. #19

Closed JWhitleyWork closed 3 years ago

JWhitleyWork commented 3 years ago

New feature implementation

Implemented feature

Added tvm_vendor to build_depends.repos as a dependency for #14.

@LucaFos or @ambroise-arm - please review. CI should tell us if there are any significant problems.

JWhitleyWork commented 3 years ago

FYI - the cross-build CI job will fail until a new Docker container is generated with a nightly job tonight due to missing dependencies. The other CI jobs resolve the dependencies automatically using rosdep but this can't be done in the cross-compilation environment because of the need to instal those dependenciesl to sysroot.

JWhitleyWork commented 3 years ago

On second thought - this currently adds an additional 30 minutes to the build on the CI hardware. I'm not really OK with this. We may need to wait until the package gets released on the build farm.