1#!/usr/bin/env bash 2 3# When changing this file, you need to bump the following 4# .gitlab-ci/image-tags.yml tags: 5# DEBIAN_BUILD_TAG 6 7set -ex 8 9pushd /usr/local 10git clone https://gitlab.freedesktop.org/mesa/shader-db.git --depth 1 11rm -rf shader-db/.git 12cd shader-db 13make 14popd 15