Require python3.12-lit on rhel-8 snapshots

This commit is contained in:
Nikita Popov 2024-08-09 09:31:48 +02:00
commit 884120eebb

View file

@ -14,7 +14,11 @@ adjust:
# Common requirements when LLVM is not SCL-ized
- require+:
- python3-lit
when: "collection is not defined"
when: "collection is not defined and (distro != rhel-8 or snapshot is not defined)"
- require+:
- python3.12-lit
when: distro == rhel-8 and snapshot is defined
# Requirements for SCL-ized LLVM
- require+: