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

cannot release from arm64 machines #40

Open
wjwwood opened this issue Sep 13, 2024 · 1 comment
Open

cannot release from arm64 machines #40

wjwwood opened this issue Sep 13, 2024 · 1 comment

Comments

@wjwwood
Copy link
Contributor

wjwwood commented Sep 13, 2024

Due to this check, it assumes the changes file that is generated are amd64 specific:

changes_file = 'deb_dist/%s_%s-%s_amd64.changes' % (source_pkg_name, version, debian_version)

This prevents it from succeeding even though it did, and talking with @nuclearsandwich it's not a thing we should be assuming. Presumably stdeb should use all instead of arm64 or amd64.

@wjwwood
Copy link
Contributor Author

wjwwood commented Sep 13, 2024

You will get an error like this on an arm64 machine:

Failed to generate binary changes file 'deb_dist/python3-catkin-tools_0.9.4-1_amd64.changes'

But yet:

$ ls deb_dist/*.changes
deb_dist/python3-catkin-tools_0.9.4-1_arm64.changes  deb_dist/python3-catkin-tools_0.9.4-1_source.changes

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