mirror of https://github.com/google/oss-fuzz.git
rust-lexical: Use latest builder (#11858)
Co-authored-by: MarcoFalke <6399679+MarcoFalke@users.noreply.github.com>
This commit is contained in:
parent
9ad8b6c852
commit
6551fed8c4
|
@ -13,10 +13,7 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
################################################################################
|
||||
FROM gcr.io/oss-fuzz-base/base-builder-rust@sha256:c5216a9896a598dced7ce6708bb3226e443473f567045b4f282595776cc641f1 as builder
|
||||
# ! 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
|
||||
FROM gcr.io/oss-fuzz-base/base-builder-rust
|
||||
|
||||
## Install build dependencies.
|
||||
RUN apt-get update
|
||||
RUN git clone --depth 1 https://github.com/Alexhuszagh/rust-lexical
|
||||
COPY build.sh $SRC/
|
||||
|
|
Loading…
Reference in New Issue