Updated builders
This commit is contained in:
parent
67e9cd9b90
commit
a29d241a79
2 changed files with 2 additions and 2 deletions
|
|
@ -29,6 +29,6 @@ RUN apt-get install -y libxext-dev
|
|||
# Run swiftshader via env VK_ICD_FILENAMES=/swiftshader/vk_swiftshader_icd.json
|
||||
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
|
||||
RUN cmake --build swiftshader-build/build/. --parallel
|
||||
RUN cp -r swiftshader-build/build/Linux/ swiftshader/
|
||||
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ RUN wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/nul
|
|||
RUN apt-add-repository 'deb https://apt.kitware.com/ubuntu/ bionic main'
|
||||
# Adding security repo to add cmake dependency on libssl 1.0
|
||||
RUN echo "deb http://security.ubuntu.com/ubuntu bionic-security main" | tee -a /etc/apt/sources.list.d/bionic.list
|
||||
RUN apt-get update
|
||||
RUN apt-get update --fix-missing -y
|
||||
RUN apt-get upgrade -y
|
||||
|
||||
# Install build dependencies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue