-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Treat Exif.Sony1.PreviewImage as undefined tag (backport #2015) #2016
Treat Exif.Sony1.PreviewImage as undefined tag (backport #2015) #2016
Conversation
33133d7
to
51dab4a
Compare
Looks like Conan is acting up again. 😡 |
I had trouble with conan on Saturday: #2012. For the MinGW and Cygwin CI, I don't use conan to build. I install the dependencies with the package manager, get cmake to generate Makefile and build with make. That strategy doesn't scale well for Linux because different distros use different package managers. The weak link with conan seems to be getting the recipe from the remote server. It should be: 501 rmills@rmillsmm-local:~ $ conan remote list
conan-center: https://center.conan.io [Verify SSL: True]
502 rmills@rmillsmm-local:~ $ I only use conan to build the dependencies for Visual Studio. It works well. I encountered the "certificate out of date" on Saturday, changed conan-center, installed the latest conan and deleted the cache. Then it worked. |
51dab4a
to
5adae7e
Compare
I took the freedom to rebase the branch. After the changes done in the last days about conan, the situation should be solved. |
Codecov Report
@@ Coverage Diff @@
## 0.27-maintenance #2016 +/- ##
=================================================
Coverage 46.36% 46.37%
=================================================
Files 146 146
Lines 23005 22999 -6
Branches 11809 11806 -3
=================================================
- Hits 10666 10665 -1
+ Misses 6689 6688 -1
+ Partials 5650 5646 -4
Continue to review full report at Codecov.
|
This is an automatic backport of pull request #2015 done by Mergify.
Cherry-pick of a1ad29e has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally
Mergify commands and options
More conditions and actions can be found in the documentation.
You can also trigger Mergify actions by commenting on this pull request:
@Mergifyio refresh
will re-evaluate the rules@Mergifyio rebase
will rebase this PR on its base branch@Mergifyio update
will merge the base branch into this PR@Mergifyio backport <destination>
will backport this PR on<destination>
branchAdditionally, on Mergify dashboard you can:
Finally, you can contact us on https://mergify.com