Commit Graph

9 Commits

Author SHA1 Message Date
Miro Hrončok
dbde5b7165 CI: Install python3-devel specially to avoid a failure
The available python3-devel version is lower than what we already have as platform-python.

We are testing Python 3.12 here, so the exact version of Python 3.6 does not matter to us.

We also avoid a dependency on python3 and let the magic happen.

This avoids:

    Error:
     Problem 1: package python3-devel-3.6.8-59.el8.x86_64 from @System requires platform-python = 3.6.8-59.el8, but none of the providers can be installed
      - cannot install both platform-python-3.6.8-71.el8_10.x86_64 from rhel-BaseOS and platform-python-3.6.8-59.el8.x86_64 from @System
      - cannot install both platform-python-3.6.8-59.el8.x86_64 from rhel-buildroot and platform-python-3.6.8-71.el8_10.x86_64 from rhel-BaseOS
      - cannot install both platform-python-3.6.8-59.el8.x86_64 from testing-farm-tag-repository-mainline and platform-python-3.6.8-71.el8_10.x86_64 from rhel-BaseOS
      - cannot install the best update candidate for package python3-devel-3.6.8-59.el8.x86_64
      - cannot install the best update candidate for package platform-python-3.6.8-59.el8.x86_64
     Problem 2: problem with installed package python3-devel-3.6.8-59.el8.x86_64
      - package python3-devel-3.6.8-59.el8.x86_64 from @System requires platform-python-devel(x86-64) = 3.6.8-59.el8, but none of the providers can be installed
      - package python3-devel-3.6.8-59.el8.x86_64 from rhel-buildroot requires platform-python-devel(x86-64) = 3.6.8-59.el8, but none of the providers can be installed
      - package python3-devel-3.6.8-59.el8.x86_64 from testing-farm-tag-repository-mainline requires platform-python-devel(x86-64) = 3.6.8-59.el8, but none of the providers can be installed
      - package python3-devel-3.6.8-72.el8_10.x86_64 from testing-farm-tag-repository-z-stream requires platform-python-devel(x86-64) = 3.6.8-72.el8_10, but none of the providers can be installed
      - cannot install both platform-python-devel-3.6.8-71.el8_10.x86_64 from rhel-AppStream and platform-python-devel-3.6.8-59.el8.x86_64 from @System
      - cannot install both platform-python-devel-3.6.8-59.el8.x86_64 from rhel-buildroot and platform-python-devel-3.6.8-71.el8_10.x86_64 from rhel-AppStream
      - cannot install both platform-python-devel-3.6.8-59.el8.x86_64 from testing-farm-tag-repository-mainline and platform-python-devel-3.6.8-71.el8_10.x86_64 from rhel-AppStream
      - cannot install both platform-python-devel-3.6.8-72.el8_10.x86_64 from testing-farm-tag-repository-z-stream and platform-python-devel-3.6.8-71.el8_10.x86_64 from rhel-AppStream
      - cannot install the best update candidate for package platform-python-devel-3.6.8-59.el8.x86_64
2026-03-31 14:25:08 +02:00
Lumir Balhar
c4a2c88d00 CI: Drop STI and use TMT instead 2026-03-31 14:25:08 +02:00
Lumir Balhar
77bbf0e784 Disable test_dtrace in CI testing 2026-01-16 14:47:27 +01:00
Lenka Špačková
18d1f6821c Change the test source location
Related: RHELMISC-9904
2025-03-26 11:15:21 +01:00
Charalampos Stratakis
6c165da0e3 Properly propagate the optimization flags to C extensions
Resolves: RHEL-49614
2024-08-01 19:09:52 +02:00
Miro Hrončok
bc97a2d847 Build Python with -O3
https://fedoraproject.org/wiki/Changes/Python_built_with_gcc_O3

Resolves: RHEL-49614
2024-07-22 19:59:48 +02:00
Miro Hrončok
e0de87146c CI: Add a venv smoke test 2024-01-09 13:40:58 +01:00
Tomáš Hrnčiar
a83afbdecf Add python-rpm-macros tests 2024-01-05 15:29:32 +01:00
Tomáš Hrnčiar
3b4e1ecb58 Import from Fedora python3.12 @ 90929e6
Resolves: RHEL-17717
2024-01-05 12:03:44 +01:00