This is an automated email from the ASF dual-hosted git repository.
weibin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-graphar.git
The following commit(s) were added to refs/heads/main by this push:
new 759c6219 fix(ci): deprecate centos ci (#534)
759c6219 is described below
commit 759c6219ca9d39bc687bffceba6da11f124cc38c
Author: Weibin Zeng <[email protected]>
AuthorDate: Fri Jul 5 14:00:25 2024 +0800
fix(ci): deprecate centos ci (#534)
---
.github/workflows/ci.yml | 43 -------------------------------------------
1 file changed, 43 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b45fdf23..88119cbf 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -153,49 +153,6 @@ jobs:
./graph_info_benchmark
./arrow_chunk_reader_benchmark
- centos:
- name: CentOS 7 C++
- runs-on: ubuntu-latest
- container:
- image: centos:7
- steps:
- - uses: actions/checkout@v3
-
- - name: Set up devtoolset-8
- run: |
- # install gcc and g++ 8
- yum install -y centos-release-scl
- yum install -y devtoolset-8
-
- - name: Install dependencies
- shell: scl enable devtoolset-8 -- bash --noprofile --norc -eo pipefail
{0}
- run: |
- # install cmake
- yum install -y wget
- wget https://cmake.org/files/v3.12/cmake-3.12.3.tar.gz -P /tmp/ && \
- tar -zxf /tmp/cmake-3.12.3.tar.gz -C /tmp/ && \
- pushd /tmp/cmake-3.12.3 && \
- ./bootstrap --prefix=/usr/local && \
- make -j$(nproc) && \
- make install && \
- popd
- echo "cmake version: $(cmake --version)"
-
- #install arrow
- yum install -y epel-release || yum install -y
https://dl.fedoraproject.org/pub/epel/epel-release-latest-$(cut -d: -f5
/etc/system-release-cpe | cut -d. -f1).noarch.rpm
- yum install -y https://apache.jfrog.io/artifactory/arrow/centos/$(cut
-d: -f5 /etc/system-release-cpe | cut -d. -f1)/apache-arrow-release-latest.rpm
- yum install -y --enablerepo=epel arrow-devel arrow-dataset-devel
arrow-acero-devel parquet-devel
-
- - name: Build GraphAr
- shell: scl enable devtoolset-8 -- bash --noprofile --norc -eo pipefail
{0}
- working-directory: "cpp"
- run: |
- mkdir build
- pushd build
- cmake ..
- make -j$(nproc)
- popd
-
macos:
name: ${{ matrix.architecture }} macOS ${{ matrix.macos-version }} C++
runs-on: macos-${{ matrix.macos-version }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]