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

simplifying CI: ubuntu install #750

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

simplifying CI: ubuntu install #750

wants to merge 11 commits into from

Conversation

lemire
Copy link
Member

@lemire lemire commented Oct 6, 2024

GitHub complains that the workflow file is invalid. Let us simplify it.

@lemire lemire requested a review from anonrig October 6, 2024 15:09
.github/workflows/ubuntu_install.yml Outdated Show resolved Hide resolved
.github/workflows/ubuntu_install.yml Outdated Show resolved Hide resolved
@@ -38,8 +34,10 @@ jobs:
- name: Install
run: cmake --install build
- name: Prepare test package
run: cmake -DCMAKE_INSTALL_PREFIX:PATH=../../destination -S tests/installation -B buildbabyada
run: cmake -DCMAKE_INSTALL_PREFIX:PATH=../../destination -S tests/installation |
Copy link
Member

Choose a reason for hiding this comment

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

We need to either pass CC=gcc-12 CXX=g++-12 or do sudo ln -sf /usr/bin/gcc-12 /usr/bin/gcc kind of symlink to fix the issue. Ubuntu 22 doesn't include gcc 12 or something newer

Copy link
Member Author

Choose a reason for hiding this comment

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

Let us upgrade to ubuntu 24.

Messing around with paths is fragile.

@anonrig
Copy link
Member

anonrig commented Nov 22, 2024

@lemire I wonder if installing gtest directly to alpine linux would solve our problem? It seems it's available: https://pkgs.alpinelinux.org/package/edge/main/x86/gtest

@lemire
Copy link
Member Author

lemire commented Nov 22, 2024

@anonrig I do not understand the problem.

I have a local alpine image and it works without a problem in it.

@lemire
Copy link
Member Author

lemire commented Nov 22, 2024

Here we go:

cpm-cmake/CPM.cmake#603

@lemire
Copy link
Member Author

lemire commented Nov 22, 2024

So we have a choice:

  1. Wait for CPM to publish a workaround.
  2. Downgrade CPM to 0.40.0 or earlier.
  3. Update the CMake version.

@lemire
Copy link
Member Author

lemire commented Nov 22, 2024

Please see #782

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants