10:19:02 Hey! Is `setCacheAttribute` encrypted in the wallet file? 10:21:11 m​rcyjanek0: The entire content of the cache file is encrypted when stored to disk, so yes. If you mean in-memory, then no. 13:15:47 Hi, do cmakefiles allow to build lmdb utils and place it in the build directory as artifacts? 13:17:14 currently I manually issue a make in `/external/db_drivers/liblmdb` 13:17:17 Not as far as I know, but eg, make -C external/.../liblmdb mdb_dump works. 13:18:02 👍️ so I was doing right 13:18:03 thank you 13:18:46 👍️ so I'm doing right 14:56:56 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 14:56:57 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. 14:56:59 I’m not sure what I’m missing tbh. It seems like the make depends setup is incredibly fragile and platform reliant 14:59:24 hey @preland, I am using contrib/depends system for macos, it works like a charm on debian:bookworm docker image 14:59:43 and yeah it is quite fragile 14:59:53 (What I’ve tried so far: 14:59:55 building in an x86 MacOS VM cross compiling to ARM (linker/library error with libtapi) 14:59:57 Building in Arch Linux (same error; as well as some obscure gcc issues due to old/non-existent compiler packages) 14:59:59 Building in an Ubuntu 20.04 chroot (same error as Mac VM) 15:00:01 Building in ubuntu:20.04 docker image (same as above) 15:00:12 Thanks, I’ll try this 🙏 15:01:20 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 15:02:45 usual build depends are: https://git.mrcyjanek.net/mrcyjanek/CIimages/src/commit/6628868cbdedac734fff6775d8b7c8eb97436789/Dockerfile.debian-bookworm#L2 15:05:49 preland: consider reviewing #8929 :) 15:05:59 allows you to cross-compile for all supported targets on all linux distributions