We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50c7b56 + 8ffd128 commit 7d46b55Copy full SHA for 7d46b55
.github/workflows/build-and-test.yml
@@ -130,6 +130,9 @@ jobs:
130
- os: ubuntu-latest
131
docker_image: centos:8
132
installer: installer-linux-64
133
+ - os: ubuntu-latest
134
+ docker_image: almalinux:9
135
+ installer: installer-linux-64
136
# ARM tests: run only AlmaLinux 9 tests with the linux-aarch64 installer
137
- os: ubuntu-24.04-arm
138
docker_image: almalinux:9
construct.yaml
@@ -120,6 +120,7 @@ specs:
120
- python-xxhash
121
- xrootd >=5.8.0
122
- ldap3
123
+ - py-spy
124
# Used for setting xrd attributes on local files
125
# https://github.com/DIRACGrid/DIRAC/pull/8382
126
- xattr
0 commit comments