Skip to content

Commit 1a4eed8

Browse files
alcaeusjmikola
andauthored
PHPLIB-1023: Provide OS variant when building mongohoused (#997)
* PHPLIB-1023: Provide OS variant when building mongohoused This resolves error with our go config * Update .evergreen/config.yml Co-authored-by: Jeremy Mikola <jmikola@gmail.com> Co-authored-by: Jeremy Mikola <jmikola@gmail.com>
1 parent 56e8a05 commit 1a4eed8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.evergreen/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ functions:
192192
- command: shell.exec
193193
params:
194194
script: |
195-
DRIVERS_TOOLS="${DRIVERS_TOOLS}" sh ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/build-mongohouse-local.sh
195+
VARIANT=${VARIANT} DRIVERS_TOOLS="${DRIVERS_TOOLS}" sh ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/build-mongohouse-local.sh
196196
- command: shell.exec
197197
params:
198198
background: true
@@ -834,6 +834,8 @@ buildvariants:
834834
matrix_spec: { "php-edge-versions": "latest-stable", "driver-versions": "latest-stable" }
835835
display_name: "Atlas Data Lake"
836836
run_on: debian11
837+
expansions:
838+
VARIANT: debian11 # Referenced by ADL build script for downloading MQLRun
837839
tasks:
838840
- name: "test-atlas-data-lake"
839841

0 commit comments

Comments
 (0)