fix centos8
This commit is contained in:
parent
c1c00706a8
commit
f916c1c6b3
|
@ -112,7 +112,7 @@ steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: arm64v8/centos:8
|
image: arm64v8/centos:8
|
||||||
commands:
|
commands:
|
||||||
- dnf install -y gcc gcc-c++ make cmake epel-release git
|
- dnf install -y gcc gcc-c++ make cmake epel-release git libarchive
|
||||||
- mkdir debug
|
- mkdir debug
|
||||||
- cd debug
|
- cd debug
|
||||||
- cmake .. -DCPUTYPE=aarch64 > /dev/null
|
- cmake .. -DCPUTYPE=aarch64 > /dev/null
|
||||||
|
|
Loading…
Reference in New Issue