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.
1 parent fa891fb commit 1020b85Copy full SHA for 1020b85
.github/workflows/test-installers.yml
@@ -190,6 +190,9 @@ jobs:
190
HADRON_DISTRIBUTION: ${{ matrix.hadron-distribution }}
191
PLATFORM: ${{ matrix.hadron-platform }}
192
ARCH: ${{ matrix.arch }}
193
+ # Pass a "fake" DISTRO_ID environment to inform the "mongodb-download-url" package
194
+ # 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
# Exposing token to prevent update server from being rate limited
197
GITHUB_TOKEN: ${{ github.token }}
198
working-directory: packages/compass-smoke-tests
0 commit comments