]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commit
build_utils.sh: Remove python3 versions we don't want 1996/head
authorDavid Galloway <dgallowa@redhat.com>
Mon, 2 May 2022 18:31:12 +0000 (14:31 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Mon, 2 May 2022 18:31:12 +0000 (14:31 -0400)
commit7de24933bb5d42f493781cbc8a1b51fd7833cf7e
tree6102c1bbccc33b04300ebd647c93aba74d9eafbe
parentc3e478339dd19d5cf74a183985467400fadbd528
build_utils.sh: Remove python3 versions we don't want

@guits and I think there's either a bug in `alternatives` or we just can't figure out how it's supposed to work.  Even with setting `alternatives --set python3 /usr/bin/python3.9`, python3.6 was still the "best" version according to `alternatives --display`.

So we'll just remove the other version entirely.

Signed-off-by: David Galloway <dgallowa@redhat.com>
scripts/build_utils.sh