Skip to content
Snippets Groups Projects
  • Jonathan Schöbel's avatar
    df0f08a2
    ci: prevent double compilation · df0f08a2
    Jonathan Schöbel authored
    The library was always recompiled, even if it has already been compiled
    in the previous stage, because on git checkout the files get the
    timestamp of the checkout-time, but the already build files, coming from
    artifacts, have older times, thus resulting in a recompilation.
    This is fixed with setting the timestamp of every file to the last
    change git knows of.
    df0f08a2
    History
    ci: prevent double compilation
    Jonathan Schöbel authored
    The library was always recompiled, even if it has already been compiled
    in the previous stage, because on git checkout the files get the
    timestamp of the checkout-time, but the already build files, coming from
    artifacts, have older times, thus resulting in a recompilation.
    This is fixed with setting the timestamp of every file to the last
    change git knows of.