Merge pull request #64884 from serokell/fix-build-mix

build-mix: re-add --no-deps-check flag
This commit is contained in:
Graham Christensen 2019-07-16 08:32:37 -04:00 committed by GitHub
commit 00ef72610c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ let
export MIX_ENV=prod
export MIX_NO_DEPS=1
mix compile ${debugInfoFlag}
mix compile ${debugInfoFlag} --no-deps-check
runHook postBuild
''