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

Upload Android symbol file independently #5070

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

briantting
Copy link
Contributor

Remove unstripped Android symbol file from package and add it to its own directory when uploading to GCS.

b/401246294

Remove unstripped Android symbol file from package and add it to its own
directory when uploading to GCS.

b/401246294
@briantting briantting marked this pull request as ready for review March 13, 2025 02:11
@@ -247,6 +247,11 @@ run_package_release_pipeline () {
local package_platform="linux"
if [[ "${PLATFORM}" =~ "android" ]]; then
package_platform="android"

Copy link
Member

@kaidokert kaidokert Mar 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm fine if you want to get this landed to solve an immediate problem. But isn't a more sustainable way to do this simply to define another archive_datas entry in the file above ?

E.g. in here https://github.com/youtube/cobalt/blob/main/infra/archive_config/linux-archive-rel.json

There are simply multiple entries defined by separate gcs_path keys, we can simply maybe have "gcs_path" : "symbol-file.zip" key and move the unstripped file there ?

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

Successfully merging this pull request may close these issues.

2 participants