Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-10 | Replace CC/configure rule by builtin configure | Oliver Reiche | |
2022-09-13 | Just: Set default TARGET_ARCH and COMPILER_FAMILY | Oliver Reiche | |
2022-07-25 | Move bootstrap tests to their own directory | Klaus Aehlig | |
2022-06-23 | Add new distdir repo bootstrap test | Paul Cristian Sarbu | |
2022-02-23 | Add a first end-to-end test for action equality | Klaus Aehlig | |
This test also demonstrates the notion of equality used in our action graph: actions are considered equal, if they are defined in the same way (regardless of where they are defined); when looking up actions in cache, however, the inputs are considered extensionally. The test also verifies that if one dumps the action graph, the origins of an action (as the same action can be defined in many places) are reported correctly. | |||
2022-02-22 | Initial self-hosting commit | Klaus Aehlig | |
This is the initial version of our tool that is able to build itself. In can be bootstrapped by ./bin/bootstrap.py Co-authored-by: Oliver Reiche <oliver.reiche@huawei.com> Co-authored-by: Victor Moreno <victor.moreno1@huawei.com> |