Skip to content

Use a properly defined CMSOS version

Laurent Petre requested to merge feature/define-cmsos-release into develop

Description

Once this MR will be merged, a clean rebuild of the whole software is recommended.

This MR aims at using a properly defined version of CMSOS within the CI. The shared development machine has been updated to match the CI and p5 configurations as much as possible. The versions of the main components are described in the table below.

Component CI gem904daq04 p5
OS CC7 CC7.8 CC7.6
GCC devtoolset-8 devtoolset-8 n.a.
CMSOS n.a. n.a. n.a.
- Core 15.15.0.3 15.15.0.3 As dependency
- Worksuite 15.17.0.3 15.17.0.3 As dependency
uHAL 2.7 2.7 2.7
AMC13 software 1.2 1.2 1.2

Related Issue

Closes #39 (closed).

How Has This Been Tested?

Still able to start a run after the update. It must be noted that an example version of the IPBus connection file is now embedded into the repository since it is no longer available system-wide on the gem904daq04 machine.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Merge request reports