Skip to content
This repository has been archived by the owner. It is now read-only.

[IB-1926] [Bug] Updated MappaMundi breaks build #380

Merged
merged 1 commit into from Jul 4, 2019

Conversation

@winsmith
Copy link
Contributor

@winsmith winsmith commented Jul 4, 2019

The Cartfile we inherited from Firefox contains this line:

github "mozilla-mobile/MappaMundi"          "master"

recently, MappaMundi was updated to use the A-Star project for pathfinding. This project, however, needs Swift 5. Hence, the build is broken.

To fix, pin the MappaMundi version to a commit before they introduce the A-Star algorithm.

Pull Request Checklist

  • My PR has a standard commit message that looks like [IP-123] This fixes something something
  • I have updated the Unit Tests to cover new or changed functionality
  • I have made sure that localizable strings use NSLocalizableString()

Screenshots

Notes for testing this patch

The Cartfile we inherited from Firefox contains this line:

`github "mozilla-mobile/MappaMundi"          "master"`

recently, MappaMundi was [updated to use the A-Star project](mozilla-mobile/MappaMundi#17) for pathfinding. This project, however, needs Swift 5. Hence, the build is broken.

To fix, pin the MappaMundi version to a commit before they introduce the A-Star algorithm.
@winsmith winsmith merged commit 80cbec8 into ghostery:master Jul 4, 2019
3 checks passed
3 checks passed
@azure-pipelines
ghostery.browser-ios Build #20190704.1 succeeded
Details
@azure-pipelines
ghostery.browser-ios (Cliqz_IOS_CI_Build Ghostery) Cliqz_IOS_CI_Build Ghostery succeeded
Details
@azure-pipelines
ghostery.browser-ios (Cliqz_IOS_CI_Build Lumen) Cliqz_IOS_CI_Build Lumen succeeded
Details
@winsmith winsmith deleted the winsmith:IB-1926-mappamundi-pin branch Jul 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants