aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGert Wollny <gert.wollny@collabora.com>2021-02-16 10:57:08 +0100
committerGert Wollny <gert.wollny@collabora.com>2021-03-03 15:17:47 +0100
commitf8128ab820852c2ec834c0a65c9f5caab604ccf1 (patch)
tree2ea5e709f419b8c5851170183efcd673c140c0a9
parent7d2c63d3d9633a4047af8f7dea2c5109d62b0725 (diff)
downloadvirglrenderer-f8128ab820852c2ec834c0a65c9f5caab604ccf1.tar.gz
perf: update waffle version
Signed-off-by: Gert Wollny <gert.wollny@collabora.com> Reviewed-by: Rohan Garg <rohan.garg@collabora.com>
-rw-r--r--perf-testing/Docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/perf-testing/Docker/Dockerfile b/perf-testing/Docker/Dockerfile
index a18fb364..ca3c241e 100644
--- a/perf-testing/Docker/Dockerfile
+++ b/perf-testing/Docker/Dockerfile
@@ -240,7 +240,7 @@ RUN mkdir -p kernel && \
# Need an unreleased version of Waffle for surfaceless support in apitrace
# Replace this build with the Debian package once that's possible
-ENV WAFFLE_VERSION="e3c995d9a2693b687501715b6550619922346089"
+ENV WAFFLE_VERSION="b6d94483694b6889a8567b6bd748f7baad527df4"
RUN git clone https://gitlab.freedesktop.org/mesa/waffle.git --single-branch --no-checkout /waffle && \
cd /waffle && \
git checkout "$WAFFLE_VERSION" && \