Matthew James Briggs

Results 121 issues of Matthew James Briggs

## Description Reading this I found myself wondering if Rust had TCO. Presumably we would not encounter a directory structure in the wild that could blow the call stack, but...

wontfix

## Description Consider publishing this as a separate tool and/or lib. > sources/bottlerocket-variant > > I expect this will go away as we eliminate variant-specific builds of anything. If that...

wontfix

## Description In order to build a kit image, buildsys will need to be invoked from a kit's `build.rs` file with the command `buildsys build-kit`. This is a new subcommand...

kits

## Description https://github.com/bottlerocket-os/bottlerocket/issues/3372#issuecomment-1697915468 > Running cargo make -e PACKAGE=libfoo build-package results in running cargo build --manifest-path variants/Cargo.toml --package libfoo. This reproduces the error a little faster. > > The key...

bug

Secure boot scripts are in Bottlerocket right now. One (or both?) of them needs to move to Twoliter,.

In service of #114, see if it is possible to use cargo and rustc as a library instead of requiring them on the host. This seems unlikely, but worth double...

question

- [ ] Lint git commits during CI - [ ] Use a CI action that can bump the Cargo version of Twoliter and generate the changelog, and open a...

The build produces a JSON where packages are represented like this: We need to consider what this looks like when some packages are coming from the OOTB project and some...

enhancement
kits
alpha

Use this as a tracking issue for all issues that need to be completed for kit support. - [ ] #16 - [x] #72 - [ ] #70 - [...

kits

**Description** We need to understand how all of this works and figure out what the best interface is for OOTB builders. https://github.com/bottlerocket-os/twoliter/blob/c7af698e7ceb0020a4fcb6103871ed46ad12dce2/twoliter/embedded/Makefile.toml#L831-L866 https://github.com/bottlerocket-os/bottlerocket-sdk/blob/7db4d167e07eccf3cf18a77aa21bb51b4d4aa607/license-tool/src/main.rs#L135-L177 https://github.com/bottlerocket-os/bottlerocket-sdk/blob/7db4d167e07eccf3cf18a77aa21bb51b4d4aa607/license-tool/tests/data/test-packages-licenses.toml#L1-L7 **Definition of Done** A design exists...

kits