Skip to content

Commit

Permalink
Staging PR 2808
Browse files Browse the repository at this point in the history
  • Loading branch information
Staging script committed Mar 3, 2025
1 parent eb7b127 commit bbea6e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/rootfs/debos/scripts/debian-igt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,13 @@ ninja -C build install
########################################################################

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

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

echo ' {"name": "igt-gpu-tools", "git_url": "'$IGT_URL'", "git_commit": ' \"`git rev-parse HEAD`\" '}' >> $BUILDFILE
echo ' {"name": "igt-gpu-tools", "git_url": "'$IGT_URL'", "git_commit": "'$IGT_VERSION'"}' >> $BUILDFILE

mkdir build
meson -Dprefix=/usr/ build
Expand Down

0 comments on commit bbea6e7

Please sign in to comment.