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

[ci] Remove useless config in plugins tests

parent ace5c0eb
No related branches found
No related tags found
No related merge requests found
......@@ -19,19 +19,15 @@ stdenv.mkDerivation rec {
sourceRoot = ".";
buildInputs = frama-c.buildInputs ++ [
alt-ergo
alt-ergo # only for WP qualif
frama-c
perl
time
which
];
postPatch = ''
find . \( -name "Makefile*" -or -name ".depend" -o -name "ptests_config" -o -name "config.status" \) -exec bash -c "t=\$(stat -c %y \"\$0\"); sed -i -e \"s&$(cat $build_dir/old_pwd)&$(pwd)&g\" \"\$0\"; touch -d \"\$t\" \"\$0\"" {} \;
patchShebangs .
'';
# Keep main configuration
# Only for WP qualif -> replace with true after split
configurePhase = ''
mkdir home
HOME=$(pwd)/home
......
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