プログラミング Elixir 確認メモ (3)

Distillery

ええと、distillery.release しようとしたら以下なエラーが。

==> Invalid application `:sasl`! The file sasl.app does not exist or cannot be loaded.

ググッても何も出なくて困っていたのですが mix.exs の記載漏れでした。

      extra_applications: [:sasl, :logger],

あと、config/config.exs が無いとのことで以下。

# echo "import Config" > config/config.exs

と、以下な出力が

==> Packaging release..
==> Failed to archive release: _build/prod/rel/sequence/releases/RELEASES: no such file or directory

touch で空ファイル作ったら build できました。。テキスト見つつで色々試してみます。

この記事が気に入ったらサポートをしてみませんか?