Skip to content

Commit

Permalink
rpm: Always call bazeldnf with --nobest
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Bolognani <[email protected]>
  • Loading branch information
andreabolognani committed Apr 4, 2022
1 parent d76a7c6 commit 8b83ea5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hack/rpm-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ if [ -z "${SINGLE_ARCH}" ] || [ "${SINGLE_ARCH}" == "x86_64" ]; then
bazel run \
--config=${ARCHITECTURE} \
//:bazeldnf -- rpmtree \
--public \
--public --nobest \
--name testimage_x86_64 \
--basesystem centos-stream-release \
${bazeldnf_repos} \
Expand Down Expand Up @@ -183,7 +183,7 @@ if [ -z "${SINGLE_ARCH}" ] || [ "${SINGLE_ARCH}" == "x86_64" ]; then
bazel run \
--config=${ARCHITECTURE} \
//:bazeldnf -- rpmtree \
--public \
--public --nobest \
--name handlerbase_x86_64 \
--basesystem centos-stream-release \
--force-ignore-with-dependencies 'python' \
Expand Down Expand Up @@ -231,7 +231,7 @@ if [ -z "${SINGLE_ARCH}" ] || [ "${SINGLE_ARCH}" == "aarch64" ]; then
bazel run \
--config=${ARCHITECTURE} \
//:bazeldnf -- rpmtree \
--public \
--public --nobest \
--name testimage_aarch64 --arch aarch64 \
--basesystem centos-stream-release \
${bazeldnf_repos} \
Expand Down Expand Up @@ -281,7 +281,7 @@ if [ -z "${SINGLE_ARCH}" ] || [ "${SINGLE_ARCH}" == "aarch64" ]; then
bazel run \
--config=${ARCHITECTURE} \
//:bazeldnf -- rpmtree \
--public \
--public --nobest \
--name handlerbase_aarch64 --arch aarch64 \
--basesystem centos-stream-release \
--force-ignore-with-dependencies 'python' \
Expand Down

0 comments on commit 8b83ea5

Please sign in to comment.