修正CI脚本,适配基于PULP的YUM仓库。

This commit is contained in:
luqiuwen
2019-08-30 14:08:38 +08:00
committed by 陆秋文
parent 775731b3de
commit 30e4cbbe53
2 changed files with 1 additions and 3 deletions

View File

@@ -27,7 +27,6 @@ build_debug:
BUILD_TYPE: Debug BUILD_TYPE: Debug
extends: .build_by_travis extends: .build_by_travis
script: script:
- pulp-consumer rpm bind --repo-id stable
- yum makecache - yum makecache
- ./ci/travis.sh - ./ci/travis.sh
tags: tags:
@@ -43,7 +42,6 @@ build_release:
extends: .build_by_travis extends: .build_by_travis
script: script:
- yum makecache - yum makecache
- yum install mrzcpd framework
- ./ci/travis.sh - ./ci/travis.sh
tags: tags:
- share - share

View File

@@ -31,7 +31,7 @@ env | sort
: "${COMPILER_IS_GNUCXX:=OFF}" : "${COMPILER_IS_GNUCXX:=OFF}"
# Install dependency from YUM # Install dependency from YUM
yum install -y mrzcpd framework zlib-devel librdkafka-devel yum install -y mrzcpd framework numactl-devel zlib-devel librdkafka-devel
mkdir build || true mkdir build || true
cd build cd build