From 517f0d54ca1cfb3208d5ef68f8b50ec87e8c9516 Mon Sep 17 00:00:00 2001 From: Rot127 Date: Wed, 17 Apr 2024 08:34:12 -0500 Subject: [PATCH] Remove make build from CI --- .github/workflows/CITest.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/CITest.yml b/.github/workflows/CITest.yml index 5f4425ce8e..f2258fe742 100644 --- a/.github/workflows/CITest.yml +++ b/.github/workflows/CITest.yml @@ -38,15 +38,6 @@ jobs: build-system: 'cmake', enable-asan: 'OFF' } - - { - name: 'ubuntu-22.04 x64 python3.9 make', - os: ubuntu-22.04, - arch: x64, - python-arch: x64, - python-version: '3.9', - build-system: 'make', - enable-asan: 'OFF' - } - { name: 'ubuntu-22.04 x64 python3.9 cmake', os: ubuntu-22.04, @@ -91,14 +82,6 @@ jobs: git clone https://git.cryptomilk.org/projects/cmocka.git suite/cstest/cmocka chmod +x suite/cstest/build_cstest.sh - - name: make - if: startsWith(matrix.config.build-system, 'make') - run: | - ./make.sh - make check - sudo make install - cp libcapstone.so.5 libcapstone.so.5.0 - - name: cmake if: startsWith(matrix.config.build-system, 'cmake') env: