-
m-relay
<mrcyjanek0:matrix.org> Hey! Is `setCacheAttribute` encrypted in the wallet file?
-
tobtoht_
mrcyjanek0: The entire content of the cache file is encrypted when stored to disk, so yes. If you mean in-memory, then no.
-
m-relay
<federico:nitro.chat> Hi, do cmakefiles allow to build lmdb utils and place it in the build directory as artifacts?
-
m-relay
<federico:nitro.chat> currently I manually issue a make in `/external/db_drivers/liblmdb`
-
moneromooo
Not as far as I know, but eg, make -C external/.../liblmdb mdb_dump works.
-
m-relay
<federico:nitro.chat> 👍️ so I was doing right
-
m-relay
<federico:nitro.chat> thank you
-
m-relay
<federico:nitro.chat> 👍️ so I'm doing right
-
m-relay
<preland:matrix.org> Question: has anyone been able to use the “make depends” cross compiler on Arch? I couldn’t get it to work, so I ended up creating a chroot that perfectly matches the GitHub actions environment
-
m-relay
<preland:matrix.org> Which brings me to my second question: has anyone been able to cross compile the MacOS builds? It keeps having numerous obscure linker and library issues.
-
m-relay
<preland:matrix.org> I’m not sure what I’m missing tbh. It seems like the make depends setup is incredibly fragile and platform reliant
-
m-relay
<mrcyjanek0:matrix.org> hey @preland, I am using contrib/depends system for macos, it works like a charm on debian:bookworm docker image
-
m-relay
<mrcyjanek0:matrix.org> and yeah it is quite fragile
-
m-relay
<preland:matrix.org> (What I’ve tried so far:
-
m-relay
<preland:matrix.org> building in an x86 MacOS VM cross compiling to ARM (linker/library error with libtapi)
-
m-relay
<preland:matrix.org> Building in Arch Linux (same error; as well as some obscure gcc issues due to old/non-existent compiler packages)
-
m-relay
<preland:matrix.org> Building in an Ubuntu 20.04 chroot (same error as Mac VM)
-
m-relay
<preland:matrix.org> Building in ubuntu:20.04 docker image (same as above)
-
m-relay
<preland:matrix.org> Thanks, I’ll try this 🙏
-
m-relay
<mrcyjanek0:matrix.org> git.mrcyjanek.net/mrcyjanek/debian:bookworm <- I'm using this docker image of mine and I'm adding `apt install -y gperf libtinfo5` on top of the "usual" build dependencies
-
m-relay
-
tobtoht_
preland: consider reviewing #8929 :)
-
tobtoht_
allows you to cross-compile for all supported targets on all linux distributions