etnaviv: Remove etna_bo_from_handle() prototype
[mesa.git] / .gitlab-ci.yml
index a8a16f6c1fb505bbb8a9b6098de55fe8088721da..10e6c4e99b9b6c122a01843c4c06da078ed68734 100644 (file)
@@ -14,7 +14,7 @@
 # repository's registry will be used there as well.
 variables:
   UPSTREAM_REPO: mesa/mesa
-  DEBIAN_TAG: "2019-07-11"
+  DEBIAN_TAG: "2019-08-07"
   DEBIAN_VERSION: stretch-slim
   DEBIAN_IMAGE: "$CI_REGISTRY_IMAGE/debian/$DEBIAN_VERSION:$DEBIAN_TAG"
 
@@ -65,7 +65,8 @@ debian:
     paths:
       - _build/meson-logs/*.txt
       # scons:
-      - _build/*/config.log
+      - build/*/config.log
+      - shader-db
   variables:
     CCACHE_COMPILERCHECK: "content"
   # Use ccache transparently, and print stats before/after
@@ -178,6 +179,7 @@ meson-main:
     LLVM_VERSION: "7"
     EXTRA_OPTION: >
       -D tools=all
+    MESON_SHADERDB: "true"
 
 meson-clover:
   extends: .meson-build