Updated builders

This commit is contained in:
Alejandro Saucedo 2021-01-24 17:26:58 +00:00
parent a2cc1bdccf
commit 8a54a907b9
3 changed files with 5 additions and 5 deletions

View file

@ -30,5 +30,5 @@ RUN apt-get install -y libxext-dev
RUN git clone https://github.com/google/swiftshader swiftshader-build
RUN CC="/usr/bin/gcc-8" CXX="/usr/bin/g++-8" cmake swiftshader-build/. -Bswiftshader-build/build/
RUN cmake --build swiftshader-build/build/. --parallel 12
COPY swiftshader-build/build/Linux/ swiftshader/
RUN cp -r swiftshader-build/build/Linux/ swiftshader/