Skip to content

Commit

Permalink
chore(ci): ensure even better compatibility of linux gnu binaries
Browse files Browse the repository at this point in the history
Followup of #873

Let's downgrade base image for CI builds to Debian 8, for even better compatibility
  • Loading branch information
ivan-aksamentov committed Jun 20, 2022
1 parent db1115f commit 2e6f6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-dev
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ DOCKER_TARGET="dev"
RUST_TARGET=""
if [ -n "${CROSS:-}" ]; then
if [[ "${CROSS}" == *-gnu ]]; then
DOCKER_BASE_IMAGE="debian:9.13"
DOCKER_BASE_IMAGE="debian:8.11"
fi

DOCKER_TARGET="cross-${CROSS}"
Expand Down

0 comments on commit 2e6f6ee

Please sign in to comment.