G Derber
G Derber
I'm posting this as it might provide some ideas as to a solution. It may be a complete red herring. I am using a docker installation of Home Assistant. Adaptive...
I was thinking about adding this request. My current work around is to use 'ansible.builtin.expect' ``` - name: "Sign SSH Public Keys." ansible.builtin.expect: command: ssh-keygen -s "{{ sshca_host_signer_key }}" -I...
An encrypted signing key will work with this module if you use ssh-agent which this module supports. So maybe the simplest, solution might be to add to the documentation that...
Good to know about that retropie's next target is bookworm. I'll update my install to that and test there. I was trying to test off of a standard install.
I updated my retropie install to bookworm. This successfully builds. Unfortunately, it completely broke everything else so Emulation station fails to load so I can't really test if it works....
I'm fairly certain, the outstanding build issues are because RetroPie is still on Buster. I feel like at this point Trixie is going to be released before a new image...
What happens if you strip out all the cmake flags but DSDL and DCPU_TYPE?
Cleaning up the branches now that 'ut' has been merged
I got this to install on Retropie, buster. It required me downgrading the version to v1.3.0. 1.4.0 works on bookworm and at least at one point worked on trixie (No...
Another weird "bug" I have encountered in the 64 bit version, if the build fails, all subsequent build will fail unless I remove the source directory and re download, even...