Skip to content

Commit

Permalink
Install RPM publisher requirements in container instead
Browse files Browse the repository at this point in the history
The pip install is fragile and installs many more packages than we need, so
just install the needed ones in the container and use them directly.
  • Loading branch information
TimoWilken committed Feb 8, 2024
1 parent e82776f commit 065bea7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion publish/run-all-rpms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ while true; do
# architecture-specific canary files under rpmstatus/$arch/.
s3cmd ls "s3://alibuild-repo/rpmstatus/$arch/" | cut -b 32- > canaries.txt

pip3 install -Ur ../requirements.txt
for conf in "$@"; do
path=$(s3_path "$conf")

Expand Down

0 comments on commit 065bea7

Please sign in to comment.