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

CI: Fix potentially missing OpenMP runtime package #106

Merged
merged 1 commit into from Feb 18, 2020

Conversation

stotko
Copy link
Owner

@stotko stotko commented Feb 18, 2020

Up to now, we assumed that the OpenMP runtime package is also installed in the Ubuntu 18.04 image of Azure Pipelines. Since Ubuntu itself does not strictly impose a hard dependency when installing Clang but rather only a suggestion, this assumption is not always valid. In particular, the last update of the image seems to break it. Fix the problem by explicitly installing the required package.

@stotko stotko added the bug label Feb 18, 2020
@stotko stotko added this to the 1.3.0 milestone Feb 18, 2020
@codecov
Copy link

codecov bot commented Feb 18, 2020

Codecov Report

Merging #106 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #106   +/-   ##
=======================================
  Coverage   97.83%   97.83%           
=======================================
  Files          27       27           
  Lines        1613     1613           
=======================================
  Hits         1578     1578           
  Misses         35       35

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 07e3687...653570d. Read the comment docs.

@stotko stotko merged commit 6ff586d into master Feb 18, 2020
@stotko stotko deleted the ci_fix_openmp_runtime branch February 18, 2020 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant