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 9uncollapsed_section_start shader-db "Building shader-db" 10 11pushd /usr/local 12git clone https://gitlab.freedesktop.org/mesa/shader-db.git --depth 1 13rm -rf shader-db/.git 14cd shader-db 15make 16popd 17 18section_end shader-db 19