Reduce verbosity of build #28

Merged
zxq9 merged 1 commits from PT-164834227-too-verbose-build into master 2019-04-01 20:25:44 +09:00
zxq9 commented 2019-03-30 00:03:52 +09:00 (Migrated from gitlab.com)

Created by: lucafavatella

In scope of https://www.pivotaltracker.com/story/show/164834227

TODO:

  • Once #10 merged, edit base branch and - if needed - rebase
*Created by: lucafavatella* In scope of https://www.pivotaltracker.com/story/show/164834227 TODO: * [x] Once #10 merged, edit base branch and - if needed - rebase
zxq9 commented 2019-03-30 00:05:25 +09:00 (Migrated from gitlab.com)

Created by: lucafavatella

On CI in master:

...
./rebar3 dialyzer
===> Fetching rebar_aecuckooprebuilt_dep ({git,
                                           "https://github.com/aeternity/rebar3-cuckoo-prebuilt-plugin.git",
                                           {ref,
                                            "0eef4488973a568ed24da201a7b7c1df465d2406"}})
===> Compiling rebar_aecuckooprebuilt_dep
_build/default/plugins/rebar_aecuckooprebuilt_dep/src/rebar_aecuckooprebuilt_app_with_priv_from_git_resource.erl:123: Warning: function not_undefined/1 is unused

===> Verifying dependencies...
...

On CI in this branch:

...
./rebar3 dialyzer
===> Fetching rebar_aecuckooprebuilt_dep ({git,
                                           "https://github.com/aeternity/rebar3-cuckoo-prebuilt-plugin.git",
                                           {ref,
                                            "4f0a0c64132f837ee47cfaf99cddafabfe4fd7f1"}})
===> Compiling rebar_aecuckooprebuilt_dep
===> Verifying dependencies...
...
*Created by: lucafavatella* [On CI in master](https://circleci.com/gh/aeternity/aeminer/3): ``` ... ./rebar3 dialyzer ===> Fetching rebar_aecuckooprebuilt_dep ({git, "https://github.com/aeternity/rebar3-cuckoo-prebuilt-plugin.git", {ref, "0eef4488973a568ed24da201a7b7c1df465d2406"}}) ===> Compiling rebar_aecuckooprebuilt_dep _build/default/plugins/rebar_aecuckooprebuilt_dep/src/rebar_aecuckooprebuilt_app_with_priv_from_git_resource.erl:123: Warning: function not_undefined/1 is unused ===> Verifying dependencies... ... ``` [On CI in this branch](https://circleci.com/gh/aeternity/aeminer/6): ``` ... ./rebar3 dialyzer ===> Fetching rebar_aecuckooprebuilt_dep ({git, "https://github.com/aeternity/rebar3-cuckoo-prebuilt-plugin.git", {ref, "4f0a0c64132f837ee47cfaf99cddafabfe4fd7f1"}}) ===> Compiling rebar_aecuckooprebuilt_dep ===> Verifying dependencies... ... ```
zxq9 commented 2019-04-01 19:59:44 +09:00 (Migrated from gitlab.com)

Created by: tolbrino

Review: Approved

*Created by: tolbrino* **Review:** Approved
zxq9 commented 2019-04-01 20:01:02 +09:00 (Migrated from gitlab.com)

Created by: skkw

Review: Approved

*Created by: skkw* **Review:** Approved
zxq9 commented 2019-04-01 20:03:36 +09:00 (Migrated from gitlab.com)

Created by: fabiankrol

Review: Approved

*Created by: fabiankrol* **Review:** Approved
zxq9 commented 2019-04-01 20:25:44 +09:00 (Migrated from gitlab.com)

Merged by: lucafavatella at 2019-04-01 11:25:44 UTC

*Merged by: lucafavatella at 2019-04-01 11:25:44 UTC*
Sign in to join this conversation.
No description provided.