This commit is contained in:
Evgeny Snitko
2024-10-25 06:46:25 +04:00
committed by GitHub
parent cc38c37481
commit d5b9c489ea
4 changed files with 83 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
FROM revive-llvm
WORKDIR /app
COPY . .
RUN RUSTFLAGS='-L /app/llvm18.0/lib/unknown -L /usr/lib -L /app/llvm18.0/lib' REVIVE_INSTALL_DIR='/app/release/revive/' make install-revive