anattā @cubething.dev · Mar 25

yesterday i got a dynamically linked #bevy executable to sync between my build machine and a docker container on my laptop and run a graphical application by replacing the elf header which pointed to the default hash-suffixed build artifact, and also syncing the toolchain's stdlib .so

11 likes 1 replies

?

Replies

anattā · Mar 25

i thought i would never get this to work. as it turns out, transferring my dev tool pipeline from mise to nix actually showed me the answer. i didn't know that readelf or patchelf existed until yesterday, when i needed them to patch the nix-versioned dylibs for the debian image i was running on