Skip to content
Snippets Groups Projects
Commit c760b1a3 authored by Björn Brandenburg's avatar Björn Brandenburg
Browse files

CI: explicitly trigger recompilation in axiom check

Due to whatever the CI environment does to cache and restore
intermediate result files, somehow `make validate` triggers some
spurious recompilation. To avoid confusing the checking script,
trigger any possible re-compilation steps before capturing the output
of `make validate`.
parent e858b39c
No related branches found
No related tags found
1 merge request!157CI: explicitly trigger recompilation in axiom check
Pipeline #54820 passed with warnings
......@@ -163,6 +163,7 @@ validate:
dependencies:
- compile
script:
- make -j ${NJOBS} # CI gotcha — get any spurious recompilation out of the way
- make validate 2>&1 | tee validation-results.txt
- scripts/check-validation-output.sh validation-results.txt
......
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