Skip to content

Commit 2bd733a

Browse files
committed
pkg(docker-engine): build without btrfs support on CentOS 7
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
1 parent 0f95be4 commit 2bd733a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/docker-engine/scripts/pkg-rpm-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ if [ -n "$(xx-info variant)" ]; then
6767
fi
6868

6969
case "$PKG_RELEASE" in
70-
centos8|centos9|oraclelinux*)
70+
centos7|centos8|centos9|oraclelinux*)
7171
rpmDefine+=(--define "_without_btrfs 1")
7272
export DOCKER_BUILDTAGS="exclude_graphdriver_btrfs $DOCKER_BUILDTAGS"
7373
;;

0 commit comments

Comments
 (0)