Skip to content

Commit cff6379

Browse files
committed
fixup! Run Linux RPM in Rocky container
1 parent 9c57197 commit cff6379

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test-installers.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
runs-on: ubuntu-latest
8383
arch: x64
8484
hadron-platform: linux
85+
distro-id: rhel80
8586
post-checkout-command: |
8687
dnf install -y gcc gcc-c++ make git nss dbus xorg-x11-server-Xvfb yum-utils
8788
# Enable the devel repo to install compat-openssl11 (bringing libcrupto.so.1.1 to run mongod)
@@ -190,9 +191,9 @@ jobs:
190191
HADRON_DISTRIBUTION: ${{ matrix.hadron-distribution }}
191192
PLATFORM: ${{ matrix.hadron-platform }}
192193
ARCH: ${{ matrix.arch }}
193-
# Pass a "fake" DISTRO_ID environment to inform the "mongodb-download-url" package
194+
# Useful to pass a "fake" DISTRO_ID environment to inform the "mongodb-download-url" package
194195
# See https://github.com/mongodb-js/devtools-shared/blob/aff66db7b7fc4f8ecaec2383fd4e8c116733a7e4/packages/download-url/src/linux-distro.ts#L14
195-
DISTRO_ID: ${{ matrix.package == 'linux_rpm' && 'rhel80' }}
196+
DISTRO_ID: ${{ matrix.distro-id }}
196197
# Exposing token to prevent update server from being rate limited
197198
GITHUB_TOKEN: ${{ github.token }}
198199
working-directory: packages/compass-smoke-tests

0 commit comments

Comments
 (0)