From f65d00022756f50a6c1187cb61fb8235cb7e5296 Mon Sep 17 00:00:00 2001 From: Tarik Moussa Date: Sat, 9 May 2026 22:59:44 +0200 Subject: [PATCH] ci: re-enable ci-cpp container (arm64 image now in registry) Co-Authored-By: Claude Sonnet 4.6 --- .gitea/workflows/cpp-tests.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/cpp-tests.yml b/.gitea/workflows/cpp-tests.yml index ab9563d..5a55840 100644 --- a/.gitea/workflows/cpp-tests.yml +++ b/.gitea/workflows/cpp-tests.yml @@ -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