From 4e2301295045f8195aef3aabd71c5a68d9b0a842 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Sun, 13 Jul 2025 04:43:34 +0500 Subject: [PATCH] ci: disable build for e2k-8c for now (probably will compile natively on e2k-4c instead) --- .github/workflows/c-cpp.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 45ceb939..798b2899 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -40,10 +40,10 @@ jobs: # - os: ubuntu-aarch64-22.04 # targetos: linux # targetarch: aarch64 - - os: ubuntu-latest - targetos: linux - targetarch: e2k-8c - cross: true +# - os: ubuntu-latest +# targetos: linux +# targetarch: e2k-8c +# cross: true - os: ubuntu-latest targetos: android targetarch: multiarch