Skip to content

Commit

Permalink
matrix: add el8 tag and make it test-install
Browse files Browse the repository at this point in the history
problem: we're not hooking up to the el8 container from core properly

solution: tag the container after the test, and match the core container
with test-install
  • Loading branch information
trws committed Oct 31, 2024
1 parent 996f999 commit 195abe1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/test/generate-matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,10 +268,12 @@ def __str__(self):
name="el8",
image="el8",
env=dict(
TEST_INSTALL="t",
# this is _required_ because of valgrind's new dependency on python3.11
# which confuses rhel8 cmake's detection logic
PYTHON="/usr/bin/python3.6"
PYTHON="/usr/bin/python3.6",
),
docker_tag=True,
)

print(matrix)

0 comments on commit 195abe1

Please sign in to comment.