MaxHearnden
MaxHearnden
slightly generalize the type of reactInit. This allows for passing parameters using ReaderT without passing a parameter when the react handle is created.
allows for gitea integration when not using a uri e.g. [email protected]:example/example so long as gitea_http_url is set
This allow the user to perform a rootless build without bubblewrap on machines with user namespaces enabled
Currently a kernel initrd can come from the following places: - The LOAD_FILE2 protocol where the initrd is measured into PCR 9 - The initrd= where the initrd is not...
### Component other ### Is your feature request related to a problem? Please describe Some manufacturers provide PCR values with their firmware e.g. HP. However they only provide the final...
I'm trying to flash a new version of u-boot onto the lm4a modules so I would like answers for the following questions: - Which USB A-A cable is needed (USB...
This caused a program as simple as ``` struct test { int testa; int testb; }; int main() { struct test; return 0; } ``` to fail.
This adds support for wrap in three situations: 1. Using `rootfs.py -w` 2. In a prepared environment containing distfiles, seed and steps (as sub directories) 3. In a clone of...