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

Fetch newest fpm version + add arm64/aarch64 #85

Open
mkurz opened this issue Nov 10, 2022 · 7 comments
Open

Fetch newest fpm version + add arm64/aarch64 #85

mkurz opened this issue Nov 10, 2022 · 7 comments
Labels

Comments

@mkurz
Copy link

mkurz commented Nov 10, 2022

Currently a very old fpm version will be fetched.
Also missing is an arm64/aarch64 binary.

See signalapp/Signal-Desktop#6063 (comment)

Code:

if runtime.GOARCH == "amd64" {
//noinspection SpellCheckingInspection
checksum = "fcKdXPJSso3xFs5JyIJHG1TfHIRTGDP0xhSBGZl7pPZlz4/TJ4rD/q3wtO/uaBBYeX0qFFQAFjgu1uJ6HLHghA=="
archSuffix = "-x86_64"
} else {
//noinspection SpellCheckingInspection
checksum = "OnzvBdsHE5djcXcAT87rwbnZwS789ZAd2ehuIO42JWtBAHNzXKxV4o/24XFX5No4DJWGO2YSGQttW+zn7d/4rQ=="
archSuffix = "-x86"
}
//noinspection SpellCheckingInspection
name := "fpm-1.9.3-2.3.1-linux" + archSuffix

@mkurz
Copy link
Author

mkurz commented Sep 12, 2023

@develar can you please also take a look at here? Thanks!

@develar
Copy link
Owner

develar commented Sep 12, 2023

That's not easy, as building FPM is very complicated. We build a special version of FPM, where Ruby installation is not required.

@mkurz
Copy link
Author

mkurz commented Sep 12, 2023

Hmm.. but it would be good at some point to upgrade to latest FPM...

@develar
Copy link
Owner

develar commented Sep 12, 2023

You can install newest FPM and then set env USE_SYSTEM_FPM=true as a workaround.

@mkurz
Copy link
Author

mkurz commented Sep 12, 2023

Yes, but would be nice to avoid this workaround and have it work out of the box, I think this would also help build Signal, since they do not have fpm set up on their build machine as it seems.

Copy link
Contributor

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

@github-actions github-actions bot added the Stale label Mar 15, 2024
@mkurz
Copy link
Author

mkurz commented Mar 15, 2024

asdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants