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

fix: add musl support #188

Merged
merged 3 commits into from
Jun 16, 2024
Merged

fix: add musl support #188

merged 3 commits into from
Jun 16, 2024

Conversation

Ph0enixKM
Copy link
Member

This PR also bumps version to 0.3.3-alpha to patch the musl support installer

@Ph0enixKM Ph0enixKM linked an issue Jun 13, 2024 that may be closed by this pull request
2 tasks
Comment on lines -16 to -25
let target_str = ""
loop target in targets {
target_str += "--target {target} "
}
$cargo build --release {target_str}$
// Move ambers to the release directory
$mv target/aarch64-apple-darwin/release/amber target/release/amber_macos_aarch64$
$mv target/aarch64-unknown-linux-musl/release/amber target/release/amber_linux_aarch64$
$mv target/x86_64-apple-darwin/release/amber target/release/amber_macos_x86_64$
$mv target/x86_64-unknown-linux-musl/release/amber target/release/amber_linux_x86_64$
Copy link
Member Author

@Ph0enixKM Ph0enixKM Jun 13, 2024

Choose a reason for hiding this comment

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

I used to use this script to recompile binaries. Now they are compiled in the cloud hence the code deletion. This script only recompiles the installer and uninstaller scripts now.

setup/shared.ab Outdated Show resolved Hide resolved
@Ph0enixKM Ph0enixKM requested a review from b1ek June 15, 2024 09:15
Copy link
Member

@b1ek b1ek left a comment

Choose a reason for hiding this comment

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

lgtm

@b1ek b1ek merged commit 8ee04c4 into master Jun 16, 2024
1 check passed
@Mte90 Mte90 deleted the 187-amber-does-not-work-on-musl-libc branch July 4, 2024 14:50
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.

🐞 Amber does not work on musl libc
3 participants