Skip to content

Commit c95787f

Browse files
RUST-1529 Use AWS SDK to get credentials (#1435)
Co-authored-by: Isabel Atkinson <[email protected]>
1 parent eee7cdf commit c95787f

File tree

6 files changed

+622
-40
lines changed

6 files changed

+622
-40
lines changed

.evergreen/compile-only.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ source ./.evergreen/env.sh
99
if [ "$RUST_VERSION" != "" ]; then
1010
rustup toolchain install $RUST_VERSION
1111
TOOLCHAIN="+${RUST_VERSION}"
12+
13+
# The MSRV resolver does not properly select an MSRV-compliant version
14+
# for this transient dependency.
15+
16+
1217
CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS=fallback cargo +nightly -Zmsrv-policy generate-lockfile
1318
fi
1419

0 commit comments

Comments
 (0)