Skip to content
Snippets Groups Projects
Commit 3d05f458 authored by Allan Blanchard's avatar Allan Blanchard
Browse files

[ci] use fetchgit instead of gitignoresource

parent a6abb7af
No related branches found
No related tags found
No related merge requests found
...@@ -4,12 +4,11 @@ ...@@ -4,12 +4,11 @@
, camlp-streams , camlp-streams
, gnused , gnused
, llvmPackages , llvmPackages
, gitignoreSource
}: }:
mk_plugin { mk_plugin {
plugin-name = "frama-clang-on-llvm-" + llvmPackages.llvm.version; plugin-name = "frama-clang-on-llvm-" + llvmPackages.llvm.version;
plugin-src = gitignoreSource ./.. ; plugin-src = fetchGit { shallow=true ; url=./.. ; } ;
additional-build-inputs = [ additional-build-inputs = [
camlp5 camlp5
camlp-streams camlp-streams
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment