Eugene Dementyev
Results
12
comments of
Eugene Dementyev
I successfully crosscompiled it for pi 3 on my x86 machine. Needed 2 things: In `~/.cargo/config`: ``` [target.armv7-unknown-linux-gnueabihf] linker = "arm-linux-gnueabihf-gcc" rustflags = ["-C", "target-feature=+crt-static"] ``` And then ```bash cargo...
For additional reference, Pulumi uses https://gocloud.dev/howto/secrets/ under the hood to provide this functionality. That allows to easily cover all major clouds and even keep a CMK in a different cloud...