diff --git a/ci/images/ci-centos-8-x86_64/Dockerfile b/ci/images/ci-centos-8-x86_64/Dockerfile index 7e52cd83..8f7d521a 100644 --- a/ci/images/ci-centos-8-x86_64/Dockerfile +++ b/ci/images/ci-centos-8-x86_64/Dockerfile @@ -27,7 +27,7 @@ COPY ./test-build . COPY ./run-tests . COPY ./devel.tar.gz . -CMD ./test-build devel --disable-documentation +CMD ./test-build devel --disable-documentation --disable-zoned # Continue with: # cd /tmp diff --git a/ci/images/ci-openSUSE-Leap-15.2-x86_64/Dockerfile b/ci/images/ci-openSUSE-Leap-15.2-x86_64/Dockerfile index 7734f014..1e537a6e 100644 --- a/ci/images/ci-openSUSE-Leap-15.2-x86_64/Dockerfile +++ b/ci/images/ci-openSUSE-Leap-15.2-x86_64/Dockerfile @@ -23,7 +23,8 @@ COPY ./test-build . COPY ./run-tests . COPY ./devel.tar.gz . -CMD ./test-build devel --disable-documentation +# The blkzoned.h exists but blk_zone.capacity is missing, disable zoned mode explicitly +CMD ./test-build devel --disable-documentation --disable-zoned # Continue with: # cd /tmp