File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments