-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* extend readme * add derivation checker to ensure correct execution order * move store setup into bramble package * cache starlark programs and store some related metrics * rewrite derivation arg parsing * move cmd into bramble * move derivation and os into bramble * completed nested build * passing test * fix makefile Former-commit-id: 37e974d
- Loading branch information
Showing
47 changed files
with
2,097 additions
and
1,795 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
TODO | ||
|
||
|
||
Project goals: | ||
- Easy to use and understand | ||
- Provide primitives and tools to create reproducible builds | ||
- First class support for building docker images | ||
- Binary relocation/renaming | ||
- explicit over implicit | ||
- extremely small learning curve for basic use | ||
- limited number of builtins | ||
- extremely easy to publish and use shared libraries/packages |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.