X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=config.ml;h=16b350286d7f760315c28dad5843d20359f90c85;hb=d51a48e93bcac4563dd97761b3581b3c40130934;hp=1b3b84018a5b0e44c0760d1232142a4eadd7be38;hpb=8a0e19f61549254f92f6ba5fdb2da9da57bd0d48;p=goaljobs-goals.git diff --git a/config.ml b/config.ml index 1b3b840..16b3502 100644 --- a/config.ml +++ b/config.ml @@ -39,13 +39,14 @@ let libguestfs_localconfigure source = # https://bugzilla.redhat.com/show_bug.cgi?id=1316206 %s \\ + PYTHON=/usr/bin/python3 \\ --prefix /usr \\ --disable-static \\ --with-default-backend=libvirt \\ - --enable-werror \\ --enable-gtk-doc \\ --disable-golang \\ --disable-erlang \\ + --with-virt-v2v-nbdkit-python-plugin=python3 \\ -C \\ \"$@\" " configure @@ -109,6 +110,14 @@ export SKIP_TEST820RHBZ912499_PY=1 # ntfsclone is broken in Rawhide (RHBZ#1601146). export SKIP_TEST_NTFSCLONE_SH=1 + +# Kernel broken. +# https://bugzilla.redhat.com/show_bug.cgi?id=1657200 +export SKIP_TEST_BIG_DIRS_PL=1 + +# Setting hostname on Ubuntu 18.04 is broken. +# https://bugzilla.redhat.com/show_bug.cgi?id=1658307 +export SKIP_TEST_SETTINGS_UBUNTU_18_04_SH=1 " ^ match supermin with | None -> ""