-
Notifications
You must be signed in to change notification settings - Fork 400
Closed
Labels
bugThings flat out don't work, or we said they would work one way but they work anotherThings flat out don't work, or we said they would work one way but they work another
Milestone
Description
Steps to reproduce
Grab a fresh test project, like this one
Open rel/config.exs and change:
environment :prod do
set include_erts: false
set include_src: false
endto
environment :prod do
set include_erts: false
set include_src: false
set include_system_libs: false
endExecute
MIX_ENV=prod mix do compile, phoenix.digest, release --env=prod --verboseVerbose Logs
==> Packaging release..
==> Archiving distilleryTest-0.0.2
==> Writing tarball to rel/distilleryTest/releases/0.0.2/distilleryTest.tar.gz
==> Updating tarball
==> Stripping system libs from release tarball
==> Problem generating release tarball:
Failed to create temporary directory `{'/tmp/.tmp_dir407353268/lib/tmp/.tmp_dir407353268/lib/compiler-7.0', :enoent}`Description of issue
OS X 10.11.6
Metadata
Metadata
Assignees
Labels
bugThings flat out don't work, or we said they would work one way but they work anotherThings flat out don't work, or we said they would work one way but they work another