Merge pull request #25655 from elitak/beam

buildRebar3 and buildMix depend less on hex registry
This commit is contained in:
Ryan Mulligan 2019-02-25 10:22:51 -08:00 committed by GitHub
commit fcc2834b80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,8 +61,9 @@ let
export HEX_OFFLINE=1
export HEX_HOME=`pwd`
export MIX_ENV=prod
export MIX_NO_DEPS=1
MIX_ENV=prod mix compile ${debugInfoFlag} --no-deps-check
mix compile ${debugInfoFlag}
runHook postBuild
''