Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update of Dockerfile #7

Open
Sinkmanu opened this issue Oct 19, 2023 · 0 comments
Open

Update of Dockerfile #7

Sinkmanu opened this issue Oct 19, 2023 · 0 comments

Comments

@Sinkmanu
Copy link

There is an error in Dockerfile because Github does not allow anymore the download of directories using svn (checkout or export). I wrote this in Issues because I do not know if PR are accepted.

Thus, change the following line:

RUN svn checkout https://github.com/llvm/llvm-project/tree/release/12.x/compiler-rt/lib/fuzzer

by:

RUN wget https://github.com/llvm/llvm-project/archive/refs/tags/llvmorg-12.0.0.tar.gz 
RUN tar --strip-components=3 -xvzf llvmorg-12.0.0.tar.gz llvm-project-llvmorg-12.0.0/compiler-rt/lib/fuzzer
RUN rm llvmorg-12.0.0.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant