From b89798a20e65c1ac8fc4b6e4703891740002b66f Mon Sep 17 00:00:00 2001 From: antejavor Date: Wed, 19 Nov 2025 23:28:25 +0000 Subject: [PATCH] Remove the centos build. --- .github/workflows/ci.yml | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 869a6b9..5f83b33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,32 +36,6 @@ jobs: - name: Run test run: cargo test - build_centos: - runs-on: ubuntu-latest - container: - image: centos:8 - steps: - - uses: actions/checkout@v5 - with: - submodules: true - - - name: Modify repo files of centos image - run: | - sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-* - sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-* - - - name: Install dependencies - run: | - yum install -y git cmake make gcc gcc-c++ openssl-devel epel-release clang - - - name: Set up Rust toolchain - uses: dtolnay/rust-toolchain@stable - with: - components: clippy, rustfmt - - - name: Build the project - run: cargo build --release - build_macos: strategy: matrix: