Skip to content

Commit

Permalink
MONGOCRYPT-708 pass environment for Alpine task (#873)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kevinAlbs committed Aug 1, 2024
1 parent b175335 commit 721e074
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 721e074

Please sign in to comment.