aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaflcko <6399679+maflcko@users.noreply.github.com>2024-04-30 15:18:12 +0200
committerGitHub <noreply@github.com>2024-04-30 14:18:12 +0100
commitf895bc73703b19a1afe73fa3740b9b0f7d90607c (patch)
tree943f7688c4a731b07ce3aeaeeedb6f77f3a81adc
parent77077abd445e811acfd68bf73e49d17cd3755aa1 (diff)
downloadoss-fuzz-upstream-master.tar.gz
naga: Use latest builder (#11864)upstream-master
Co-authored-by: MarcoFalke <6399679+MarcoFalke@users.noreply.github.com>
-rw-r--r--projects/naga/Dockerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/projects/naga/Dockerfile b/projects/naga/Dockerfile
index 130c92f09..e93d5e41e 100644
--- a/projects/naga/Dockerfile
+++ b/projects/naga/Dockerfile
@@ -14,8 +14,7 @@
#
################################################################################
-FROM gcr.io/oss-fuzz-base/base-builder-rust@sha256:c5216a9896a598dced7ce6708bb3226e443473f567045b4f282595776cc641f1
-# ! This project was pinned after a clang bump. Please remove the pin, Try to fix any build warnings and errors, as well as runtime errors. The coverage build fails due to a presumed compiler bug, which may be fixed on the next oss-fuzz clang bump.
+FROM gcr.io/oss-fuzz-base/base-builder-rust
RUN apt-get update && apt-get install -y make autoconf automake libtool
RUN git clone --depth 1 https://github.com/gfx-rs/wgpu wgpu
WORKDIR wgpu/naga