• Yann Hodique's avatar
    make -> just migration recipe (#12883) · c29b2094
    Yann Hodique authored
    * build: add just modules
    
    A lot of our build recipes share similar structures. Move some of
    these to modules so we can control them centrally.
    
    * build: add Makefile deprecation helper
    
    This allows us to implement deprecated Makefiles as:
    
      DEPRECATED_TARGETS := ...
      include ../just/deprecate.mk
    
    * build(docker): add just modules to docker context
    
    We need to make sure our build framework is included in the docker build
    context.
    Also make sure just is part of the builder image.
    
    * build(op-batcher): migrate build to just
    c29b2094
Name
Last commit
Last update
..
batcher Loading commit data...
cmd Loading commit data...
compressor Loading commit data...
flags Loading commit data...
metrics Loading commit data...
rpc Loading commit data...
.gitignore Loading commit data...
Makefile Loading commit data...
architecture.png Loading commit data...
justfile Loading commit data...
readme.md Loading commit data...