From 721e074b5515f73d381bc862424dee112c83717a Mon Sep 17 00:00:00 2001 From: Kevin Albertson Date: Thu, 1 Aug 2024 14:05:33 -0400 Subject: [PATCH] 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. --- .evergreen/config.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.evergreen/config.yml b/.evergreen/config.yml index 0280648e8..8a5da1e56 100755 --- a/.evergreen/config.yml +++ b/.evergreen/config.yml @@ -404,10 +404,7 @@ tasks: - func: "fetch source" - func: "earthly" vars: - args: +build --env=${earthly_env} - - func: "earthly" - vars: - args: --artifact +build/libmongocrypt-install ${workdir}/install + args: --artifact +build/libmongocrypt-install --env=${earthly_env} ${workdir}/install - func: "tar and upload libmongocrypt libraries" - name: build-deb-packages-with-earthly