perf: pin epoxy version to 1.5.5

There is a regression in the latest epoxy that results in errors when
using an OpenGL context to run crosvm. Version 1.5.5 works correctly.

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Reviewed-by: Rohan Garg <rohan.garg@collabora.com>
macos/master
Gert Wollny 4 years ago
parent 51d4d37c29
commit 53f83cfd3c
  1. 2
      perf-testing/Docker/Dockerfile

@ -131,7 +131,7 @@ RUN git clone https://chromium.googlesource.com/chromiumos/platform/minigbm \
&& make CPPFLAGS="-DDRV_I915" DRV_I915=1 install -j$(nproc)
# New libepoxy has EGL_KHR_DEBUG entry points needed by crosvm.
ARG LIBEPOXY_COMMIT=master
ARG LIBEPOXY_COMMIT=1.5.5
RUN git clone https://github.com/anholt/libepoxy.git \
&& cd libepoxy \
&& git checkout $LIBEPOXY_COMMIT \

Loading…
Cancel
Save