diff options
author | Harmen Stoppels <me@harmenstoppels.nl> | 2023-10-12 12:40:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-12 04:40:38 -0600 |
commit | 995e82e72b9253fb65f80919870a9198c7933901 (patch) | |
tree | 563310f8fbcae57724fb82bcd6e601949cf8d98f /.codecov.yml | |
parent | 3935e047c612f3c20c2fa7f55f762a2ef529a0c0 (diff) | |
download | spack-995e82e72b9253fb65f80919870a9198c7933901.tar.gz spack-995e82e72b9253fb65f80919870a9198c7933901.tar.bz2 spack-995e82e72b9253fb65f80919870a9198c7933901.tar.xz spack-995e82e72b9253fb65f80919870a9198c7933901.zip |
gettext: Add 0.22.3 and fix keyerror: "shared" (#39423)
After the merge of #37957 (Add static and pic variants), if a gettext install
from a build before that merge is present, building any package using gettext
fails with keyerror: "shared" because the use of self.spec.variants["shared"]
does not check for the presence of the new variant in the old installation
but expects that the new key variants["shared"] exists always.
Fix it with a fallback to the default of True and update gettext to v22.3
Co-authored-by: Bernharad Kaindl <43588962+bernhardkaindl@users.noreply.github.com>
Diffstat (limited to '.codecov.yml')
0 files changed, 0 insertions, 0 deletions