• ur4t's avatar
    Fix cargo-chef prepare (#2101) · 405765b1
    ur4t authored
    * Fix cargo-chef prepare
    
    In prepare stage, cargo-chef reads Cargo.lock and transforms it accordingly.
    If Cargo.lock is not present, cargo-chef will generate a new one first, which
    might vary a lot and invalidate docker build caches.
    
    * Fix Dockerfile_amd and Dockerfile_intel
    405765b1