Skip to content

Commit 3e96ae8

Browse files
author
Staging script
committed
Staging PR 2808
1 parent 440928c commit 3e96ae8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config/rootfs/debos/scripts/debian-igt.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,13 @@ ninja -C build install
6161
########################################################################
6262

6363
IGT_URL=https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
64+
IGT_VERSION=e7e14eff66bc42329903ee579f019094cf1fdfce
6465

6566
mkdir -p /tmp/tests/igt-gpu-tools && cd /tmp/tests/igt-gpu-tools
6667
git clone --depth=1 $IGT_URL .
68+
git checkout "$IGT_VERSION"
6769

68-
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
6971

7072
mkdir build
7173
meson -Dprefix=/usr/ build

0 commit comments

Comments
 (0)