| #!/usr/bin/env bash | |
| # When changing this file, you need to bump the following | |
| # .gitlab-ci/image-tags.yml tags: | |
| # DEBIAN_BUILD_TAG | |
| set -ex | |
| pushd /usr/local | |
| git clone https://gitlab.freedesktop.org/mesa/shader-db.git --depth 1 | |
| rm -rf shader-db/.git | |
| cd shader-db | |
| make | |
| popd |