ci: re-enable ci-cpp container (arm64 image now in registry)
Some checks failed
C++ Tests / test (push) Failing after 36s
Mirror to Codeberg / mirror (push) Failing after 3s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Tarik Moussa
2026-05-09 22:59:44 +02:00
parent 076d1b30d0
commit f65d000227

View File

@@ -11,17 +11,12 @@ on:
jobs:
test:
runs-on: eulernest
# container image intentionally omitted until ci-cpp:latest is
# rebuilt for linux/arm64 and pushed to git.eulernest.eu
container:
image: git.eulernest.eu/conformallab/ci-cpp:latest
steps:
- uses: actions/checkout@v4
- name: Install build tools
run: |
sudo apt-get update -qq
sudo apt-get install -y --no-install-recommends cmake g++ git ca-certificates
- name: Configure (tests-only mode)
run: cmake -S code -B build -DCMAKE_BUILD_TYPE=Release