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: Update already installed Arch Linux packages #131

Merged
merged 1 commit into from
Aug 9, 2023

Conversation

godlygeek
Copy link
Contributor

We seem to be installing a version of libstdc++ that's incompatible with the version of glibc that the image shipped with.

The Arch Linux wiki says to avoid using pacman -Sy and to instead use pacman -Syu. Issues like this are probably why.

We seem to be installing a version of `libstdc++` that's incompatible
with the version of glibc that the image shipped with.

The Arch Linux wiki says to avoid using `pacman -Sy` and to instead use
`pacman -Syu`. Issues like this are probably why.

Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
@godlygeek godlygeek self-assigned this Aug 9, 2023
@codecov-commenter
Copy link

Codecov Report

Patch and project coverage have no change.

Comparison is base (db5d353) 90.00% compared to head (b70eb55) 90.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #131   +/-   ##
=======================================
  Coverage   90.00%   90.00%           
=======================================
  Files          48       48           
  Lines        5575     5575           
  Branches      873      873           
=======================================
  Hits         5018     5018           
  Misses        557      557           
Flag Coverage Δ
cpp 75.16% <ø> (ø)
python_and_cython 99.94% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@godlygeek godlygeek marked this pull request as ready for review August 9, 2023 04:15
@godlygeek
Copy link
Contributor Author

CI passes, so - it works 😄

@godlygeek godlygeek enabled auto-merge (rebase) August 9, 2023 04:17
@godlygeek godlygeek merged commit 0c108de into bloomberg:main Aug 9, 2023
26 checks passed
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.

None yet

3 participants