We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 440928c commit 3e96ae8Copy full SHA for 3e96ae8
config/rootfs/debos/scripts/debian-igt.sh
@@ -61,11 +61,13 @@ ninja -C build install
61
########################################################################
62
63
IGT_URL=https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
64
+IGT_VERSION=e7e14eff66bc42329903ee579f019094cf1fdfce
65
66
mkdir -p /tmp/tests/igt-gpu-tools && cd /tmp/tests/igt-gpu-tools
67
git clone --depth=1 $IGT_URL .
68
+git checkout "$IGT_VERSION"
69
-echo ' {"name": "igt-gpu-tools", "git_url": "'$IGT_URL'", "git_commit": ' \"`git rev-parse HEAD`\" '}' >> $BUILDFILE
70
+echo ' {"name": "igt-gpu-tools", "git_url": "'$IGT_URL'", "git_commit": "'$IGT_VERSION'"}' >> $BUILDFILE
71
72
mkdir build
73
meson -Dprefix=/usr/ build
0 commit comments