mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-06-13 23:21:02 +00:00
Transition into monorepo (#180)
* evm template integrated * workflows modified per template * workflow fixes
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
FROM rust:1-buster
|
||||
USER root
|
||||
|
||||
RUN apt-get update && apt-get -y install protobuf-compiler libclang-dev clang binutils-dev libunwind-dev
|
||||
|
||||
RUN mkdir -p /fuzztest
|
||||
|
||||
ADD . /fuzztest/
|
||||
|
||||
WORKDIR /fuzztest/template-fuzzer
|
||||
|
||||
CMD ["/bin/bash", "/fuzztest/template-fuzzer/run-fuzzer.sh"]
|
||||
Reference in New Issue
Block a user