๐Ÿ’พ Archived View for bbs.geminispace.org โ€บ u โ€บ stack โ€บ 17367 captured on 2024-08-18 at 21:48:57. Gemini links have been rewritten to link to archived content

View Raw

More Information

โฌ…๏ธ Previous capture (2024-07-09)

๐Ÿšง View Differences

-=-=-=-=-=-=-

Comment by ๐Ÿš€ stack

Re: "is it feasible to get rid of rust dependency? it makes..."

In: s/Levior

Why can't people just write god-damned C code? Only half joking :)

๐Ÿš€ stack

May 27 ยท 3 months ago

6 Later Comments โ†“

๐Ÿ™ norayr [OP] ยท May 28 at 00:57:

Can you try adding "cryptography==3.4.8" in pyproject.toml's "dependencies" array and try to build with this command ?
CRYPTOGRAPHY_DONT_BUILD_RUST=1 pip install .

it works, i was able to build it, thank you!

๐Ÿ˜บ gemalaya [mod] ยท May 28 at 09:35:

@norayr Nice ! No issues with TLS connections ?

๐Ÿ˜บ gemalaya [mod] ยท May 28 at 09:44:

I'll try to provide an appimage for aarch64 as well.

๐Ÿ˜บ gemalaya [mod] ยท May 28 at 10:17:

Actually there's no aarch64 dist for python-appimage so that's a problem ...

โ€” https://github.com/niess/python-appimage

For now I'll just add a section in the README to explain how to build it on aarch64.

๐Ÿ™ norayr [OP] ยท May 29 at 00:28:

thank you, but for me, sincerely, don't bother. i prefer to build software myself, appimages feel like black boxes.

๐Ÿ™ norayr [OP] ยท May 29 at 00:30:

also yes, i think no issues. it works well. thank you!

Original Post

๐ŸŒ’ s/Levior

is it feasible to get rid of rust dependency? it makes building levior hard on my pinebook/gentoo, and there is no rust-bin(binary version) for aarch64, since i cannot build rust there, it requires too much memory. and on maemo leste, where i wanted to also package it - impossible, since it is based on devuan oldstable and only has much older version of rust yet.

๐Ÿ’ฌ norayr ยท 14 comments ยท May 27 ยท 3 months ago