Skip to content

Install Boost Regex dependency in CI - #508

Closed
marron-at-work with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-github-actions-build
Closed

Install Boost Regex dependency in CI#508
marron-at-work with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-github-actions-build

Conversation

Copilot AI commented Aug 31, 2026

Copy link
Copy Markdown

The build GitHub Actions job failed because generated C++ runtime tests link against boost_regex, but the Ubuntu runner did not install the Boost Regex development package.

  • CI dependencies
    • Adds the missing native package required by generated C++ test binaries.
    • Runs apt-get update before package installation to ensure the runner has current package metadata.
- name: Install Dependencies
  run: sudo apt-get update && sudo apt-get install -y libboost-regex-dev

Co-authored-by: marron-at-work <126758004+marron-at-work@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix failing GitHub Actions job build Install Boost Regex dependency in CI Aug 31, 2026
Copilot AI requested a review from marron-at-work August 31, 2026 15:30
@marron-at-work

Copy link
Copy Markdown
Collaborator

Just went ahead with boost all for simplicity.

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