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 @@
, camlp-streams
, gnused
, llvmPackages
, gitignoreSource
}:
mk_plugin {
plugin-name = "frama-clang-on-llvm-" + llvmPackages.llvm.version;
plugin-src = gitignoreSource ./.. ;
plugin-src = fetchGit { shallow=true ; url=./.. ; } ;
additional-build-inputs = [
camlp5
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