Make routed artifacts expire when the route does

This commit is contained in:
Simon Sapin 2018-09-20 19:13:09 +02:00
parent b7e9566587
commit c7234642a3
2 changed files with 7 additions and 3 deletions

View file

@ -82,7 +82,7 @@ def main():
target/release/build/osmesa-src-*/out/lib/gallium
""",
artifacts=[
("/target.tar.gz", build_artifacts_expiry),
"/target.tar.gz",
],
**build_kwargs
)