Skip to content

Commit 3323afc

Browse files
authored
Merge pull request #69 from mwestphall/SOFTWARE-6225-el10
Add missing osg-stage1-el10-include.lst
2 parents 7b02fb8 + 20ebd0a commit 3323afc

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/tarball-build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
OS_TYPE: ["almalinux"]
1111
OS_VERSION: [8, 9]
12-
OSG_VERSION: [3.6.123456, 23.123456]
12+
OSG_VERSION: [24.123456, 25.123456]
1313
env:
1414
OS_TYPE: ${{ matrix.OS_TYPE }}
1515
OS_VERSION: ${{ matrix.OS_VERSION }}

osg-stage1-el10-include.lst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
./usr/bin/cpio
2+
./usr/lib64/libpsl.so.5
3+
./usr/lib64/libpsl.so.5.3.5

tests/setup_tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ image=
55
case "${OS_TYPE}${OS_VERSION}" in
66
almalinux8) image=almalinux:8 ;;
77
almalinux9) image=almalinux:9 ;;
8+
almalinux10) image=almalinux:10 ;;
89
*) echo >&2 "${OS_TYPE}${OS_VERSION} not supported"; exit 1 ;;
910
esac
1011

0 commit comments

Comments
 (0)