Skip to content

Commit

Permalink
PMM-7 Fix build-client-srpm failure (#3397)
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff authored Dec 18, 2024
1 parent 099b8fa commit fc22d89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/scripts/build-client-srpm
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ main() {
if [ -e /usr/bin/sudo ]; then
export sudo_path=\$(ls /usr/bin/sudo)
fi
[[ ${IMAGE} = ${rpmbuild_docker_image} ]] || \$sudo_path yum -y install git rpm-build
mkdir -p /tmp/pmm
pushd /home/builder/results
Expand Down

0 comments on commit fc22d89

Please sign in to comment.