Skip to content

Commit 721e074

Browse files
authored
MONGOCRYPT-708 pass environment for Alpine task (#873)
MONGOCRYPT-708 use correct artifact for Alpine task The `--artifact` command was not supplied with an `--env`, resulting in use of the default environment (Ubuntu 22.04). Removes the redundant `build` command. The `--artifact` command runs the necessary target.
1 parent b175335 commit 721e074

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -404,10 +404,7 @@ tasks:
404404
- func: "fetch source"
405405
- func: "earthly"
406406
vars:
407-
args: +build --env=${earthly_env}
408-
- func: "earthly"
409-
vars:
410-
args: --artifact +build/libmongocrypt-install ${workdir}/install
407+
args: --artifact +build/libmongocrypt-install --env=${earthly_env} ${workdir}/install
411408
- func: "tar and upload libmongocrypt libraries"
412409

413410
- name: build-deb-packages-with-earthly

0 commit comments

Comments
 (0)