ci: add GitHub Actions build workflow using eic-shell#26
Open
ci: add GitHub Actions build workflow using eic-shell#26
Conversation
Copilot created this pull request from a session on behalf of
wdconinc
April 7, 2026 20:38
View session
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds a GitHub Actions CI workflow to build and install the project inside the EIC software environment (via eic-shell), bringing parity with the existing GitLab CI approach.
Changes:
- Introduces
.github/workflows/linux-eic-shell.ymlwith push/PR/merge-queue/scheduled/manual triggers. - Builds a compiler/build-type matrix (g++ Release; clang++ Release+Debug) with warnings-as-errors.
- Adds ccache caching and runs the build inside
eic/run-cvmfs-osg-eic-shell@mainwith CVMFS enabled.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Agent-Logs-Url: https://github.com/eic/algorithms/sessions/851d37de-38fc-4866-a04d-e3737fe5b365 Co-authored-by: wdconinc <4656391+wdconinc@users.noreply.github.com>
Agent-Logs-Url: https://github.com/eic/algorithms/sessions/851d37de-38fc-4866-a04d-e3737fe5b365 Co-authored-by: wdconinc <4656391+wdconinc@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
62c9acb to
2ac6891
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No GitHub Actions CI existed; only a GitLab CI config was present. Adds a workflow mirroring the pattern used by EICrecon and eic-spack to validate builds against the EIC software environment.
Workflow (
.github/workflows/linux-eic-shell.yml)main/tags, PRs, merge groups, daily schedule,workflow_dispatch(configurable org/platform/release)eicweb/eic_xl:nightlyviaeic/run-cvmfs-osg-eic-shell@main— provides all required deps (EDM4EIC, EDM4HEP, DD4hep, fmt)g++Releaseclang++Release + Debug-Werror -Wall -Wextrafor both;g++adds-Wno-error=maybe-uninitializedfor known GCC false positiveshead_ref→ref_name→base_ref) for optimal PR cache reusecmake -B build … && cmake --build … --target install