Skip to content

Commit 1020b85

Browse files
committed
Pass a fake DISTRO_ID
1 parent fa891fb commit 1020b85

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-installers.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,9 @@ jobs:
190190
HADRON_DISTRIBUTION: ${{ matrix.hadron-distribution }}
191191
PLATFORM: ${{ matrix.hadron-platform }}
192192
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' }}
193196
# Exposing token to prevent update server from being rate limited
194197
GITHUB_TOKEN: ${{ github.token }}
195198
working-directory: packages/compass-smoke-tests

0 commit comments

Comments
 (0)