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

[Foldseek] update to v6 #6858

Closed
wants to merge 1 commit into from
Closed

Conversation

marcom
Copy link
Contributor

@marcom marcom commented Jun 7, 2023

@diegozea

musl issues with 'cannot create cdylib':
rust-lang/cargo#8607
points to
rust-lang/rust#59302

Comment on lines +44 to +54
# hack around corrosion (cmake cargo interop package) using a wrong
# target string when cross-compiling
CARGO_TARGET=
if [[ "${target}" == *-linux-* ]]; then
# cargo uses an extra 'unknown' in the target string,
# e.g. 'x86_64-linux-gnu' becomes 'x86_64-unknown-linux-gnu' in cargo
CARGO_TARGET=$(echo ${target} | cut -d- -f1)-unknown-$(echo ${target} | cut -d- -f2-)
else
CARGO_TARGET=${target}
fi

Copy link
Member

Choose a reason for hiding this comment

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

Isn't this ${CARGO_BUILD_TARGET} already?

@marcom
Copy link
Contributor Author

marcom commented Jun 7, 2023

Closing this PR branch, new start in #6859

@marcom marcom closed this Jun 7, 2023
@marcom marcom deleted the foldseek branch June 7, 2023 22:36
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