Skip to content

Commit 1cb9a48

Browse files
committed
Run Linux RPM in Rocky container
1 parent d79b6c8 commit 1cb9a48

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.github/workflows/test-installers.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# TODO: Re-enable (see https://github.com/mongodb-js/compass/actions/runs/13281152689/job/37079619474)
4040
# - linux_tar
4141
# TODO: Enable (needs a docker container)
42-
# - linux_rpm
42+
- linux_rpm
4343
hadron-distribution:
4444
- compass
4545
# - compass-readonly
@@ -78,10 +78,14 @@ jobs:
7878
# runs-on: ubuntu-latest
7979
# arch: x64
8080
# hadron-platform: linux
81-
# - package: linux_rpm
82-
# runs-on: ubuntu-latest
83-
# arch: x64
84-
# hadron-platform: linux
81+
- package: linux_rpm
82+
runs-on: ubuntu-latest
83+
arch: x64
84+
hadron-platform: linux
85+
container:
86+
image: rockylinux:9
87+
volumes:
88+
- ${{ github.workspace }}:/compass
8589

8690
# # Install the update server for auto-update tests
8791
# - test: auto-update-from
@@ -124,6 +128,7 @@ jobs:
124128
# test: time-to-first-query
125129

126130
runs-on: ${{ matrix.runs-on }}
131+
container: ${{ matrix.container }}
127132
env:
128133
DEBUG: compass:smoketests:*
129134
steps:

0 commit comments

Comments
 (0)