We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66bcce7 commit 86b6489Copy full SHA for 86b6489
docker/clang_tidy.dockerfile
@@ -21,7 +21,7 @@ ENV CMAKE_GENERATOR=Ninja CONAN_CMAKE_GENERATOR=Ninja
21
22
RUN echo "xcikit deps"; apt-get update && apt-get install --no-install-recommends -y \
23
librange-v3-dev libsdl3-dev glslang-tools libvulkan-dev libfreetype6-dev libharfbuzz-dev \
24
- libhyperscan-dev libbenchmark-dev && rm -rf /var/lib/apt/lists/*
+ libvectorscan-dev libbenchmark-dev && rm -rf /var/lib/apt/lists/*
25
26
RUN echo "conan"; pip3 install --no-cache-dir --break-system-packages conan
27
0 commit comments