ci: prevent double compilation
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.
Loading
Please register or sign in to comment