Commit Graph

2 Commits (9bf7c86eba7598acaac21c6a5c87b612835ae32a)

Author SHA1 Message Date
Dustin 09d32d722c Create rust-cross image
Aimee OS/container-images/pipeline/head This commit looks good Details
Splitting up the _build/cross-{target}_ image into two steps, first the
C/C++ toolchain and then the Rust toolchain will make it quicker to
rebuild the latter stage.
2024-12-22 11:15:48 -06:00
Dustin 359e5f3c3b split-repo: Populate cross branch
In order to create multiple Jenkins build pipelines for this repository,
I'm splitting it up with branches.  There will be a branch for each
image:

* base/main: The base image
* cross/main: The image with a cross-compiler toolchain
* build/main: The final build image

Note _/main_ in each name.  The intent here is to be able to have
different "sub-branches" for each image, so e.g. there might be a
_base/dev_.

In addition to the branches for each image, there will be branches for
the shared library code as well, named like _lib/main_.  The image
branches will checkout this branch using `git worktree`.
2024-12-21 15:09:07 -06:00