Commit Graph

6 Commits

Author SHA1 Message Date
Miro Hrončok
de34c160e9 CI: Install EPEL packages first
For unknown reason, packages from required_packages were installed in seemingly arbitrary order.

This lead to errors like:

    No match for argument: tox

As tox was trying to be installed before epel.

Or:

    Problem: conflicting requests
      - nothing provides epel-release = 9-10.el9 needed by epel-next-release-9-10.el9.noarch from @commandline

As epel-next-release was trying to be installed before epel.

Let's prefix everything with epel installation. One by one, in the required order.

Related: RHEL-168159, RHEL-167917
2026-04-21 18:06:09 +02:00
Lukáš Zachar
1570d61630 Change the test source location
Change the test source location to support evolving downstream testing
requirements. This is needed both for downstream certification
activities and changes to test development for internal infrastructure
differences.
2024-11-29 14:34:57 +01:00
Charalampos Stratakis
8640cc2e82 Properly propagate the optimization flags to C extensions
Resolves: RHEL-49615
2024-08-01 19:07:50 +02:00
Miro Hrončok
a5cbec13ee Build Python with -O3
https://fedoraproject.org/wiki/Changes/Python_built_with_gcc_O3

Resolves: RHEL-49615
2024-07-22 19:56:05 +02:00
Tomáš Hrnčiar
b9dcbd06af CI: Run the tests via EPEL 2024-01-05 12:06:35 +01:00
Tomáš Hrnčiar
0a0c61ed00 Import from Fedora python3.12 @ 90929e6
Resolves: RHEL-17720
2024-01-05 12:06:26 +01:00