From c1c00706a831f514ae88287ed84a6058244d90eb Mon Sep 17 00:00:00 2001 From: liuyq-617 Date: Thu, 5 Aug 2021 18:01:05 +0800 Subject: [PATCH] update centos8 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index bdc3819f18..b4fb21b274 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 -- GitLab