ELN: don't try to build with btrfs

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2021-10-07 11:47:06 -04:00 committed by lsm5
parent edc3c291e3
commit c11fb43920

View File

@ -288,7 +288,7 @@ export GOPATH=$(pwd):$(pwd)/vendor
%endif
mkdir -p bin
%if 0%{?centos} >= 8
%if 0%{?rhel} >= 8
export BUILDTAGS='exclude_graphdriver_btrfs btrfs_noversion'
%endif
%gobuild -o bin/%{name} ./cmd/%{name}