Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
cc31f02b
Commit
cc31f02b
authored
5 months ago
by
Virgile Prevosto
Browse files
Options
Downloads
Patches
Plain Diff
[release] Update stage 3.1 instructions
parent
82543283
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/release/validation.tex
+18
-4
18 additions, 4 deletions
doc/release/validation.tex
with
18 additions
and
4 deletions
doc/release/validation.tex
+
18
−
4
View file @
cc31f02b
...
@@ -5,21 +5,35 @@ Final validation before running the release pipeline.
...
@@ -5,21 +5,35 @@ Final validation before running the release pipeline.
\section
{
Prerequisites on dependencies
}
\section
{
Prerequisites on dependencies
}
Install all dependencies of Frama-C, including recommended ones.
Run the
\texttt
{
opam-pin
}
and
\texttt
{
opam-pin-minimal
}
targets on the CI on the
\texttt
{
HEAD
}
of the branch for the release.
This ensures that the depencies in
\texttt
{
opam
}
file are up to date.
Check coherence between:
Check coherence between:
\begin{itemize}
\begin{itemize}
\item
\texttt
{
opam
}
\todo
{
Should always be up to date
}
\item
\texttt
{
opam
}
\item
\texttt
{
reference-configuration.md
}
\todo
{
Should always be up to date
}
\item
\texttt
{
reference-configuration.md
}
\todo
{
Should always be up to date
}
\end{itemize}
\end{itemize}
Install all dependencies of Frama-C, including recommended ones.
Run the command:
Run the command:
\begin{itemize}
\begin{itemize}
\item
\texttt
{
dune build @frama-c-configure
}
\item
\texttt
{
dune build @frama-c-configure
| grep -e false
}
\end{itemize}
\end{itemize}
all plugins should be enabled. Check dependencies in case they have changed.
All plugins should be enabled, i.e.,~
\texttt
{
grep
}
should fail.
If this is not the case, check dependencies in case they have changed.
If you don't know them, ask plug-in developers to verify them.
If you don't know them, ask plug-in developers to verify them.
Use the script
\texttt
{
bin/check-reference-configuration.sh
}
to either:
\todo
{
Decide on what is the best choice
}
\begin{itemize}
\item
ensure that Frama-C can be compiled with the versions of the package
that are mentioned in the reference configuration;
\item
or update the reference configuration to the version of the packages
in your current opam switch
\end{itemize}
\section
{
Prerequisites on installation
}
\section
{
Prerequisites on installation
}
\begin{itemize}
\begin{itemize}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment