Skip to content
  • Jordan Petridis's avatar
    CI: Workaround cache misses. · 42dc9f3b
    Jordan Petridis authored
    Gitlab CI by default zips it's cache target which causes the files
    to lose their xattributes that ostree relies upon.
    
    This workaround makes a tarball of the cache target first, which is then
    zipped by the Gitlab CI. Then on before_sciprt it extracts it in place.
    
    Hopefully tarballs will be the default behavior in the Future™ and this
    commit will get reverted.
    
    Relevant issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/37444
    42dc9f3b
Validating GitLab CI configuration… Learn more