From 8b8da551c1f09979f8d9483bce688b888eacd948 Mon Sep 17 00:00:00 2001 From: David Heidelberg Date: Wed, 24 May 2023 12:26:24 +0200 Subject: [PATCH] ci: bump gfxreconstruct revision up to compatible version with Debian 12 Signed-off-by: David Heidelberg Part-of: --- .gitlab-ci/container/build-gfxreconstruct.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci/container/build-gfxreconstruct.sh b/.gitlab-ci/container/build-gfxreconstruct.sh index 255335e65a7..c7600fc5f27 100644 --- a/.gitlab-ci/container/build-gfxreconstruct.sh +++ b/.gitlab-ci/container/build-gfxreconstruct.sh @@ -1,8 +1,8 @@ -#!/bin/bash +#!/usr/bin/env bash set -ex -GFXRECONSTRUCT_VERSION=5ed3caeecc46e976c4df31e263df8451ae176c26 +GFXRECONSTRUCT_VERSION=761837794a1e57f918a85af7000b12e531b178ae git clone https://github.com/LunarG/gfxreconstruct.git \ --single-branch \