Skip to content

Migrate to compiler-research/ci-workflows#6

Open
aaronj0 wants to merge 4 commits into
masterfrom
ci-workflows
Open

Migrate to compiler-research/ci-workflows#6
aaronj0 wants to merge 4 commits into
masterfrom
ci-workflows

Conversation

@aaronj0

@aaronj0 aaronj0 commented Jun 10, 2026

Copy link
Copy Markdown
Collaborator

Plus some minor developments, extending to a Cling backend and adding configuration files for a modular CI setup. This system moves to using the reusable actions from ci-workflows () and creates a build matrix for PR runs and extended coverage for nightlies. This PR will be followed up with the pre-commit and lint workflows before opening a PyPI workflow to build Python wheels. Note that the std::span test fails for me locally, also with the 3-repo setup so it needs to be resolved before deprecating the forks.

Depends on http://github.com/compiler-research/ci-workflows/pull/80

@github-actions

Copy link
Copy Markdown

Test Results

Configuration Result

Comment thread .github/workflows/ci.yml
with:
name: result-${{ matrix.os }}-llvm${{ matrix.llvm }}-py${{ matrix.python }}-cpp${{ matrix.runtime_cxx_standard }}
path: test-output.txt
- { os: ubuntu-24.04, llvm: '21', flavor: system, py: '3.14', cxx: '20', vg: true }

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

We need name: here because it duplicates the strings and in the github ci bar it shows twice.

Comment thread .github/workflows/ci.yml
- { os: macos-26, llvm: '21', flavor: system, py: '3.14', cxx: '20', vg: false }
- { os: macos-26-intel, llvm: '21', flavor: system, py: '3.14', cxx: '20', vg: false }
# cling backend, against the cached llvm-root (cling-llvm20) recipe cell.
- { os: ubuntu-24.04, llvm: '20', flavor: cling, fv: cling-llvm20, cling: true, py: '3.14', cxx: '20', vg: false }

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

What is fv, isn't cling:true redundant?

Comment thread .github/workflows/ci.yml
with:
name: result-${{ matrix.os }}-llvm${{ matrix.llvm }}-py${{ matrix.python }}-cpp${{ matrix.runtime_cxx_standard }}
path: test-output.txt
- { os: ubuntu-24.04, llvm: '21', flavor: system, py: '3.14', cxx: '20', vg: true }

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

vg:false should be default and omitted.

python-version: ${{ matrix.py }}
cxx-standard: ${{ matrix.cxx }}
valgrind: ${{ matrix.vg }}
run-sweeps: true

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This name makes no sense -- maybe run-all-crashing-tests or something is better.

@@ -0,0 +1,76 @@
# Configures the CppInterOp ExternalProject. Default backend is clang-repl;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Why do we need this file? If it has something to do with the ci, then then it defeats the purpose of the ci-workflows changes.

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