update centos8

This commit is contained in:
liuyq-617 2021-08-05 18:01:05 +08:00
parent 52e3ff82a1
commit c1c00706a8
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ steps:
- name: build
image: arm64v8/centos:8
commands:
- yum install -y gcc gcc-c++ make cmake git
- dnf install -y gcc gcc-c++ make cmake epel-release git
- mkdir debug
- cd debug
- cmake .. -DCPUTYPE=aarch64 > /dev/null