You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We appreciate you go through Apollo documentations and search previous issues before creating an new one. If neither of the sources helped you with your issues, please report the issue using the following form. Please note missing info can delay the response time.
System information
OS Platform and Distribution (e.g., Linux Ubuntu 18.04): 22.04
Apollo installed from (source or binary): docker
Apollo version (3.5, 5.0, 5.5, 6.0): 10.0
Output of apollo.sh config if on master branch:
Steps to reproduce the issue:
Please use bullet points and include as much details as possible:
docker pull registry.baidubce.com/apollo/apollo-env-gpu:10.0-u22
docker run -it --rm registry.baidubce.com/apollo/apollo-env-gpu:10.0-u22
root@0794f8f22a30:/apollo_workspace# sudo cat /var/lib/dpkg/status | grep -A10 "Package: apollo-neo-buildtool"
Package: apollo-neo-buildtool
Status: install ok installed
Priority: optional
Section: Apollo
Maintainer: Apollo Developers ([email protected])
Architecture: amd64
Version: 10.0.0-rc1-r1
Depends: rsync, tree, lsb-release, patchelf
Description: Buildtool is based on bazel, it is helpful when use apollo packages.
Package: apt
root@0794f8f22a30:/apollo_workspace# sudo cat /var/lib/dpkg/status | grep -A8 "Package: apollo-neo-buildtool"
Package: apollo-neo-buildtool
Status: install ok installed
Priority: optional
Section: Apollo
Maintainer: Apollo Developers ([email protected])
Architecture: amd64
Version: 10.0.0-rc1-r1
Depends: rsync, tree, lsb-release, patchelf
Description: Buildtool is based on bazel, it is helpful when use apollo packages.
root@0794f8f22a30:/apollo_workspace# apt-cache show apollo-neo-buildtool
Package: apollo-neo-buildtool
Status: install ok installed
Priority: optional
Section: Apollo
Maintainer: Apollo Developers ([email protected])
Architecture: amd64
Version: 10.0.0-rc1-r1
Depends: rsync, tree, lsb-release, patchelf
Description: Buildtool is based on bazel, it is helpful when use apollo packages.
Description-md5: 0e9c676d5105ce126888195ccefb6e2a
Package: apollo-neo-buildtool
Version: 9.0.0-rc1-r19
Architecture: amd64
Maintainer: Apollo Developers ([email protected])
Depends: rsync, tree, lsb-release, patchelf
Priority: optional
Section: Apollo
Filename: pool/main/a/apollo-neo-buildtool/apollo-neo-buildtool_9.0.0-rc1-r19_amd64.deb
Size: 129286
SHA256: df4199c78e55856050cd874fbab38f08ab4a0b9ec526b034745f5c71acd8e5d3
SHA1: 96621c0ac14f5d1a82b843e6e710b9306654bab2
MD5Sum: e28e1993014c4d2f950419fc1b58a928
Description: Buildtool is based on bazel, it is helpful when use apollo packages.
Description-md5: 0e9c676d5105ce126888195ccefb6e2a
Package: apollo-neo-buildtool
Version: 9.0.0-rc1-r18
Architecture: amd64
Maintainer: Apollo Developers ([email protected])
Depends: rsync, tree, lsb-release, patchelf
Priority: optional
Section: Apollo
Filename: pool/main/a/apollo-neo-buildtool/apollo-neo-buildtool_9.0.0-rc1-r18_amd64.deb
Size: 127236
SHA256: dfb91093631dc6c8bc86258583994dd8e061de18459bac9efeeabfc4115f698a
SHA1: a96a93bdc86db971dc04274085d1d7a3bb73b914
MD5Sum: 811a8e8b9e1c5654c4437650770fdf80
Description: Buildtool is based on bazel, it is helpful when use apollo packages.
Description-md5: 0e9c676d5105ce126888195ccefb6e2a
Package: apollo-neo-buildtool
Version: 9.0.0-rc1-r17
Architecture: amd64
Maintainer: Apollo Developers ([email protected])
Depends: rsync, tree, lsb-release, patchelf
Priority: optional
Section: Apollo
Filename: pool/main/a/apollo-neo-buildtool/apollo-neo-buildtool_9.0.0-rc1-r17_amd64.deb
Size: 127092
SHA256: d907dd62a3489f89c002c63c853c6ea487a17f01018b0c70a980f673a89aa7f5
SHA1: e32c5faed0125723e9366dc951db89bb9c6b7647
MD5Sum: 276b0f208d7e569725fa71c103410b17
Description: Buildtool is based on bazel, it is helpful when use apollo packages.
Description-md5: 0e9c676d5105ce126888195ccefb6e2a
...
I noticed that the official Apollo 10.0 Docker image includes apollo-neo-buildtool, but this package does not seem to be available in the official apt registry.
When I try to search for it via:
apt-cache search apollo-neo-buildtool
it returns only 9.0.0's buildtool
This raises a few questions:
Where does the apollo-neo-buildtool in the Docker image come from?
Why is it not available in the official apt registry?
If I want to install this package on a clean system, what is the correct method?
Would appreciate any clarification on this. Thanks!
The text was updated successfully, but these errors were encountered:
We appreciate you go through Apollo documentations and search previous issues before creating an new one. If neither of the sources helped you with your issues, please report the issue using the following form. Please note missing info can delay the response time.
System information
apollo.sh config
if onmaster
branch:Steps to reproduce the issue:
Supporting materials (screenshots, command lines, code/script snippets):
Hi Apollo team,
I noticed that the official Apollo 10.0 Docker image includes
apollo-neo-buildtool
, but this package does not seem to be available in the official apt registry.When I try to search for it via:
it returns only 9.0.0's buildtool
This raises a few questions:
apollo-neo-buildtool
in the Docker image come from?Would appreciate any clarification on this. Thanks!
The text was updated successfully, but these errors were encountered: