From ebda5ef4f76c55721a549823c2d177c1ec8d4ca5 Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Mon, 5 Aug 2024 11:29:46 -0400 Subject: [PATCH] Add MIX_TARGET to comment about downloading systems --- lib/mix/tasks/nerves.precompile.ex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/mix/tasks/nerves.precompile.ex b/lib/mix/tasks/nerves.precompile.ex index c9853710..abee9f1f 100644 --- a/lib/mix/tasks/nerves.precompile.ex +++ b/lib/mix/tasks/nerves.precompile.ex @@ -73,9 +73,9 @@ defmodule Mix.Tasks.Nerves.Precompile do The following Nerves packages need to be built: #{stale_package_text} - ****************************************************************** - * Run `mix deps.get` if you aren't making Nerves system changes. * - ****************************************************************** + ********************************************************* + Try running `MIX_TARGET=#{Mix.target()} mix deps.get` + ********************************************************* The build process for each of these can take a significant amount of time so the maintainers have listed URLs for downloading pre-built packages.