Skip to content
Snippets Groups Projects
Commit df0f08a2 authored by Jonathan Schöbel's avatar Jonathan Schöbel
Browse files

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.
parent 6b81676b
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment