Skip to content

Commit 6ecb557

Browse files
authored
Remove the centos build. (#76)
1 parent c7db486 commit 6ecb557

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -36,32 +36,6 @@ jobs:
3636
- name: Run test
3737
run: cargo test
3838

39-
build_centos:
40-
runs-on: ubuntu-latest
41-
container:
42-
image: centos:8
43-
steps:
44-
- uses: actions/checkout@v5
45-
with:
46-
submodules: true
47-
48-
- name: Modify repo files of centos image
49-
run: |
50-
sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*
51-
sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*
52-
53-
- name: Install dependencies
54-
run: |
55-
yum install -y git cmake make gcc gcc-c++ openssl-devel epel-release clang
56-
57-
- name: Set up Rust toolchain
58-
uses: dtolnay/rust-toolchain@stable
59-
with:
60-
components: clippy, rustfmt
61-
62-
- name: Build the project
63-
run: cargo build --release
64-
6539
build_macos:
6640
strategy:
6741
matrix:

0 commit comments

Comments
 (0)