Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI (boost not avaible on github actions) #278

Merged
merged 4 commits into from
Feb 26, 2021

Conversation

sebalaig
Copy link
Contributor

@sebalaig sebalaig commented Feb 24, 2021

Signed-off-by: Sébastien LAIGRE [email protected]

Please check if the PR fulfills these requirements (please use '[x]' to check the checkboxes, or submit the PR and then click the checkboxes)

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

Does this PR already have an issue describing the problem ? If so, link to this issue using '#XXX' and skip the rest
No

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Boost is not available on CI environments provided by github actions (actions/runner-images#2667)

What is the current behavior? (You can also link to an open issue here)
CI is failing because boost is required and not available on environments

What is the new behavior (if this is a feature change)?
Boost is installed :

Does this PR introduce a breaking change or deprecate an API? If yes, check the following:

  • The Breaking Change or Deprecated label has been added
  • The migration guide has been updated in the github wiki (What changes might users need to make in their application due to this PR?)

Other information:

(if any of the questions/checkboxes don't apply, please delete them entirely)

@sebalaig sebalaig self-assigned this Feb 24, 2021
Signed-off-by: Sébastien LAIGRE <[email protected]>
.github/workflows/ci.yml Outdated Show resolved Hide resolved
@sebalaig sebalaig force-pushed the fix-boost-missing branch 15 times, most recently from 7adefce to 938325b Compare February 26, 2021 16:39
@sebalaig sebalaig changed the title WIP: Fix CI (boost not avaible on github actions) Fix CI (boost not avaible on github actions) Feb 26, 2021
Signed-off-by: Mathieu BAGUE <[email protected]>
@sonarcloud
Copy link

sonarcloud bot commented Feb 26, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@mathbagu mathbagu merged commit b0aa032 into integration/v1.4.0 Feb 26, 2021
@mathbagu mathbagu deleted the fix-boost-missing branch February 26, 2021 20:30
Comment on lines +13 to +17
run: sudo apt install -y libboost-all-dev

- name: Install clang-tidy
run: |
sudo apt-get install -y clang-tidy-9
sudo apt install -y clang-tidy-9
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At least last I checked, apt-get (and apt-cache) was (were) recommended for CI because apt didn't have a committed non-interactive mode, and it will spit out a warning when run in such conditions.

mathbagu pushed a commit that referenced this pull request Mar 10, 2021
Signed-off-by: Sébastien LAIGRE <[email protected]>
Signed-off-by: Mathieu BAGUE <[email protected]>
@mathbagu mathbagu mentioned this pull request Mar 10, 2021
5 tasks
sebalaig added a commit that referenced this pull request Mar 12, 2021
Signed-off-by: Sébastien LAIGRE <[email protected]>
Signed-off-by: Mathieu BAGUE <[email protected]>
mathbagu pushed a commit that referenced this pull request Mar 18, 2021
Signed-off-by: Sébastien LAIGRE <[email protected]>
Signed-off-by: Mathieu BAGUE <[email protected]>
mathbagu pushed a commit that referenced this pull request Apr 12, 2021
Signed-off-by: Sébastien LAIGRE <[email protected]>
Signed-off-by: Mathieu BAGUE <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants