Skip to content

Commit

Permalink
travis: rename centos test to centos7
Browse files Browse the repository at this point in the history
Because it is actually running on CentOS 7 and to easier distinguish it
from the new CentOS 8 test.

Signed-off-by: Adrian Reber <[email protected]>
  • Loading branch information
adrianreber authored and avagin committed Nov 8, 2020
1 parent 68585de commit 369e17b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
dist: bionic
- os: linux
arch: amd64
env: TR_ARCH=centos
env: TR_ARCH=centos7
dist: bionic
- os: linux
arch: amd64
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/build/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARCHES := x86_64 fedora-asan fedora-rawhide centos armv7hf
ARCHES := x86_64 fedora-asan fedora-rawhide centos7 armv7hf
TARGETS := $(ARCHES) alpine
TARGETS_CLANG := $(addsuffix $(TARGETS),-clang)
CONTAINER_RUNTIME := docker
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ifdef CLANG
target-suffix = -clang
endif

TARGETS := alpine fedora-rawhide centos
TARGETS := alpine fedora-rawhide centos7
ZDTM_OPTIONS :=
UNAME := $(shell uname -m)

Expand Down

0 comments on commit 369e17b

Please sign in to comment.