From f7e11a92a430ebd79c686b728ae44bb91c9d37fe Mon Sep 17 00:00:00 2001 From: Joshua Nelson Date: Sat, 17 Apr 2021 14:25:00 -0400 Subject: [PATCH] Use the linux-micro image for tests I tested that this can build `hexponent 0.3.0` successfully. This cuts the download size down from over 1 GB to about 150 MB. --- .env.sample | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.sample b/.env.sample index c79f037b8..a913b54de 100644 --- a/.env.sample +++ b/.env.sample @@ -5,3 +5,4 @@ AWS_ACCESS_KEY_ID=cratesfyi AWS_SECRET_ACCESS_KEY=secret_key S3_ENDPOINT=http://localhost:9000 DOCSRS_INCLUDE_DEFAULT_TARGETS=false +DOCSRS_DOCKER_IMAGE=ghcr.io/rust-lang/crates-build-env/linux-micro