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

chore: add libssl-dev to cross container #515

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

dutterbutter
Copy link
Collaborator

What πŸ’»

  • Updates Cross.toml to add libssl-dev to cross container

Why βœ‹

  • Required to build on aarch64-unknown-linux-gnu

Evidence πŸ“·

Include screenshots, screen recordings, or console output here demonstrating that your changes work as intended

@dutterbutter dutterbutter requested a review from a team as a code owner January 7, 2025 19:49
@dutterbutter dutterbutter requested a review from Romsters January 7, 2025 19:49
@dutterbutter dutterbutter merged commit 2529c0e into main Jan 7, 2025
9 checks passed
@dutterbutter dutterbutter deleted the db/fix-release-from-stable branch January 7, 2025 19:53
pre-build = [
"export DEBIAN_FRONTEND=noninteractive",
"dpkg --add-architecture $CROSS_DEB_ARCH",
"apt-get update -q && apt-get install --assume-yes --no-install-recommends libssl-dev:$CROSS_DEB_ARCH pkg-config",
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there no way to reuse common build steps for both archs?

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.

3 participants