Peter Engelbert

Results 54 comments of Peter Engelbert

The CI is failing because the `test/fixtures/frontend.yml` fixture tries to build the frontend within the mariner toolkit image. The latest toolkit image has go 1.20.10 as its latest version, but...

- [ ] We will want to add validation for the metadata fields, similar to the mariner2 target (see #161 )

Those targets tot renamed `mariner2/rpm/debug/sources` etc. Note the addition of the `debug` path component. Running the same build as specified in step 4 from your reproducer works if you give...

As for step 5, that should definitely fail.

Actually, the reason step 5 works is because of some changes made to accomodate multi-spec yaml files. In the given example, imagine that we have a yaml file with 3...

- [x] Merge all the RPM states rather than looping through a spec's build deps. This will improve caching

In addition to some other changes to the graph, I have made it (and the specs within it) immutable. Once initialized, it can't be changed.

I think it should happen on every PR. What we want to accomplish is that we always want to have the example `docs/examples/go-md2man-2.yml` work. This came up because we made...