Skip to content

Commit

Permalink
CI: Install GNAT and SPARK directly from Cathod
Browse files Browse the repository at this point in the history
Ref. eng/recordflux/RecordFlux#1819
  • Loading branch information
andrestt committed Nov 29, 2024
1 parent dcedccb commit fefccab
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -630,12 +630,9 @@ gnat_wave_compatibility:
- security_group:GitLabRunnerTasksExecPrivilegedSG
script:
- git fetch --unshallow
- generic_anod_ci --continuous-builder-mode
- cat /tmp/ci_env.sh
- . /tmp/ci_env.sh
- anod install gnat
- eval `anod printenv gnat`
- gnat --version
- export GNAT_VERSION="wave"
- export GNAT_BUILD_DATE="all"
- *setup_gnat
- *setup_python_venv
- *install_recordflux
- *setup_python
Expand All @@ -652,12 +649,9 @@ spark_wave_compatibility:
- security_group:GitLabRunnerTasksExecDefaultSG
script:
- git fetch --unshallow
- generic_anod_ci --continuous-builder-mode
- cat /tmp/ci_env.sh
- . /tmp/ci_env.sh
- anod install spark2014
- eval `anod printenv spark2014`
- gnatprove --version
- export SPARK_VERSION="wave"
- export SPARK_BUILD_DATE="all"
- *setup_spark
- *setup_python
- make prove_tests
- make prove_python_tests
Expand Down

0 comments on commit fefccab

Please sign in to comment.