Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
frama-c
Commits
aab723b0
Commit
aab723b0
authored
Oct 13, 2020
by
Allan Blanchard
Browse files
[Nix] Setup WP+Why3 related variables in internal
parent
b8d27920
Changes
1
Hide whitespace changes
Inline
Side-by-side
nix/default.nix
View file @
aab723b0
...
...
@@ -295,6 +295,14 @@ rec {
autoPatchelf src/plugins/pathcrawler
make -j 4
ln -sr src/plugins/pathcrawler/share share/pc
# Setup Why3
mkdir home
HOME=$(pwd)/home
why3 config --detect
# Setup WP related
export CAVEAT_IMPORTER_NIX_MODE=yes
export FRAMAC_WP_CACHE=replay
export FRAMAC_WP_CACHEDIR=
${
plugins
.
wp-cache
.
src
}
make tests -j4 PTESTS_OPTS="-error-code -j 4"
''
;
installPhase
=
''
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment