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

verify = true does not seem to work when cross compiling #819

Open
baxterjo opened this issue Sep 20, 2024 · 1 comment
Open

verify = true does not seem to work when cross compiling #819

baxterjo opened this issue Sep 20, 2024 · 1 comment

Comments

@baxterjo
Copy link

baxterjo commented Sep 20, 2024

I have a repo that is a workspace, the workspace cargo-release config looks like

# Cargo.toml
[workspace.metadata.release]
verify = true
target = "aarch64-unknown-linux-gnu" # <- Not my native arch
shared-version = true

and the individual package configs look like

# package/Cargo.toml
[package.metadata.release]
verify = true
target = "aarch64-unknown-linux-gnu" # <- Not my native arch
shared-version = true

but when I run cargo-release, no verification takes place.

My native arch is aarch64-apple-darwin

@epage
Copy link
Collaborator

epage commented Sep 20, 2024

Could you give the exact command being used for cargo release and the output?

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

2 participants