X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/735ffe841b0142d663c5f40b40ec55db2191b2b0..3ceb42c882b32fb9e4ef79679576254f98cdfb3d:/build/run-library.sh diff --git a/build/run-library.sh b/build/run-library.sh index 677c645268..a13470bc43 100755 --- a/build/run-library.sh +++ b/build/run-library.sh @@ -199,7 +199,7 @@ test_package_presence() { deb_architecture="amd64" if [[ "$pkgtype" =~ ^(python|python3)$ ]]; then - rpm_architecture="all" + rpm_architecture="noarch" deb_architecture="all" fi @@ -208,7 +208,7 @@ test_package_presence() { deb_architecture="all" fi - # These packages have binary components + # These python packages have binary components if [[ "$pkgname" =~ (ruamel|ciso|pycrypto|pyyaml) ]]; then rpm_architecture="x86_64" deb_architecture="amd64"