diff --git a/tests/prepare-source.sh b/tests/prepare-source.sh index 1262668..36ef7d0 100755 --- a/tests/prepare-source.sh +++ b/tests/prepare-source.sh @@ -2,8 +2,11 @@ LIBKKC_VERSION=0.3.5 +# https://pagure.io/standard-test-roles/issue/414 +# source-lookaside module does not work. +# https://gitlab.com/redhat/centos-stream/tests/libkkc/-/wikis/releases if [ ! -d libkkc-$LIBKKC_VERSION ] ; then - wget https://github.com/ueno/libkkc/releases/download/v$LIBKKC_VERSION/libkkc-${LIBKKC_VERSION}.tar.gz + wget https://gitlab.com/-/project/69066446/uploads/5722801e56af64d83dd761b241a94bda/libkkc-${LIBKKC_VERSION}.tar.gz zcat libkkc-${LIBKKC_VERSION}.tar.gz | tar xfv - fi