Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

[develop] Fix Mac builds on Travis #7958

Merged
merged 14 commits into from
Sep 20, 2019
Merged

[develop] Fix Mac builds on Travis #7958

merged 14 commits into from
Sep 20, 2019

Conversation

scottarnette
Copy link
Contributor

@scottarnette scottarnette commented Sep 20, 2019

Change Description

Added various improvements to Mac builds on TravisCI:

  • Ensured that -DBUILD_MONGO_DB_PLUGIN=true is not set on Mac builds in TravisCI.
    • This resulted in every Mac build that occurred in Travis to fail due to timeouts in the mongo serial test.
  • Updated brew packages for Mac builds on TravisCI.
    • Brew packages listed on .travis.yml were out of date compared to .cicd/platforms/macos-10.14.sh.
  • Add echos for cmake and make commands executed on all Mac builds.
    • Linux builds had echo statements that displayed all steps executed within Docker. This will help to ensure what cmake and make commands were executed during debug situations.

See:
https://travis-ci.com/EOSIO/eos/jobs/237611319 | TravisCI Mac build.

Consensus Changes

  • Consensus Changes

API Changes

  • API Changes

Documentation Additions

  • Documentation Additions

@arhag arhag merged commit 93049a2 into develop Sep 20, 2019
@arhag arhag deleted the cicd-trav-mongo-dev branch September 20, 2019 20:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants