pan/mdg: remove ins->br_compact and ins->branch_extended
[mesa.git] / .gitlab-ci / build-fossilize.sh
1 #!/bin/bash
2
3 set -ex
4
5 git clone https://github.com/ValveSoftware/Fossilize.git
6 cd Fossilize
7 git checkout 6b5b570008c9ab5269e341f04c811fe49a1bb72c
8 git submodule update --init
9 mkdir build
10 cd build
11 cmake .. -DCMAKE_BUILD_TYPE=Release -G Ninja
12 ninja -C . install
13 cd ../..
14 rm -rf Fossilize