Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Missing package management related build scripts? #15329

Open
ZhenshengLee opened this issue Mar 7, 2024 · 0 comments
Open

[BUG] Missing package management related build scripts? #15329

ZhenshengLee opened this issue Mar 7, 2024 · 0 comments

Comments

@ZhenshengLee
Copy link

Describe the bug

In the latest code of master, there is definition of two scripts for package management scripts that is

https://github.com/ApolloAuto/apollo/blob/master/scripts/apollo_build_pkg.sh
and
apollo_build_package.sh , which is missing in the folder of https://github.com/ApolloAuto/apollo/blob/master/scripts

apollo/apollo.sh

Lines 177 to 178 in e373b20

local build_pkg_sh="${APOLLO_ROOT_DIR}/scripts/apollo_build_pkg.sh"
local pkg_sh="${APOLLO_ROOT_DIR}/scripts/apollo_build_package.sh"

To Reproduce

Expected behavior

the missing file get updated.

Additional context

code commit e373b20

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant