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

Align unbundled GitHub workflow with how Boost is built for vsomeip #38

Open
PLeVasseur opened this issue Jan 8, 2025 · 1 comment
Open

Comments

@PLeVasseur
Copy link
Contributor

It seems like Boost may be being built for Ubuntu 20.04, but they're still using ubuntu-latest, reference here:

jobs:
  build_on_ubuntu_boost_183_gcc_x86:
    runs-on: ubuntu-latest
    steps:
      - name: Ubuntu - Install boost 1.83.0 with gcc and x86
        uses: MarkusJx/[email protected]
        id: ubuntu-gcc-1_83-x86
        with:
          boost_version: 1.83.0
          platform_version: 20.04
          boost_install_dir: /home/runner
          toolset: gcc
          arch: x86
          cache: true

Related to #37, a more permanent fix

@dmacattack
Copy link
Contributor

dmacattack commented Jan 8, 2025

vsomeip is still using a 22.04 runner
image

The workflow uses ubuntu-latest, they may run into an issue if/when github upgrades that. I've created an issue to address this risk. COVESA/vsomeip#833

Related issues
COVESA/vsomeip#688 - which highlights a coding fix

  boost::icl::interval_set<uint32_t> its_gid_set;
  its_gid_set.clear();

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

No branches or pull requests

2 participants