mirror of https://github.com/google/oss-fuzz.git
assimp: switch to new base builder (#6448)
This commit is contained in:
parent
d863c4426a
commit
c697c5970d
|
@ -14,11 +14,7 @@
|
||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
# Using Ubuntu 16.04 because of breakage on Ubuntu 20.04.
|
FROM gcr.io/oss-fuzz-base/base-builder
|
||||||
# See https://github.com/google/oss-fuzz/issues/6291 for more details.
|
|
||||||
FROM gcr.io/oss-fuzz-base/base-builder:xenial
|
|
||||||
# Delete line above and uncomment line below to upgrade to 20.04.
|
|
||||||
# FROM gcr.io/oss-fuzz-base/base-builder
|
|
||||||
RUN apt-get update && apt-get install -y cmake ninja-build
|
RUN apt-get update && apt-get install -y cmake ninja-build
|
||||||
RUN git clone --depth 1 --recursive https://github.com/assimp/assimp.git
|
RUN git clone --depth 1 --recursive https://github.com/assimp/assimp.git
|
||||||
WORKDIR assimp
|
WORKDIR assimp
|
||||||
|
|
Loading…
Reference in New Issue