Skip to content

ci: install libboost-dev on CI runner to fix build - #503

Closed
BosqueLanguage with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-nodeci-build-failure
Closed

ci: install libboost-dev on CI runner to fix build#503
BosqueLanguage with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-nodeci-build-failure

Conversation

Copilot AI commented Aug 31, 2026

Copy link
Copy Markdown

The CI build was failing because boost/regex.hpp is not present on the Ubuntu 24.04 runner by default, yet the C++ runtime code depends on it. All compilation units failed at the preprocessor stage before any code was compiled.

Changes

  • .github/workflows/main.yml: Add sudo apt-get install -y libboost-dev step before npm install to ensure Boost headers are available when make compiles the C++ runtime.

Co-authored-by: BosqueLanguage <83938164+BosqueLanguage@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix failing GitHub Actions job nodeci / build (pull_request) ci: install libboost-dev on CI runner to fix build Aug 31, 2026
Copilot AI requested a review from BosqueLanguage August 31, 2026 14:48
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.

3 participants