-
Notifications
You must be signed in to change notification settings - Fork 817
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
Bug fixes for mac OS #6207
Bug fixes for mac OS #6207
Conversation
3989391
to
db85e74
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #6207 +/- ##
==========================================
- Coverage 60.79% 60.76% -0.03%
==========================================
Files 145 145
Lines 18836 18846 +10
==========================================
+ Hits 11451 11452 +1
- Misses 7385 7394 +9 |
9d7ff9d
to
27b615d
Compare
27b615d
to
f398bc4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we sure we want to go back to 10.13? Our previous target was 10.14 (we have components that depend on 10.14, mainly notifications)
See internal chat ;), it is customer related. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clang-Tidy
found issue(s) with the introduced code (1/1)
e352b2f
to
ee4c09b
Compare
ee4c09b
to
e460d63
Compare
e460d63
to
13d1a43
Compare
13d1a43
to
2f9eae3
Compare
2826f42
to
931889d
Compare
931889d
to
f7579dd
Compare
/backport to stable-3.11 |
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,-ld_classic") | ||
set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,-ld_classic") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this not be set only when built with a recent enough XCode
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
considering the tests I did and the customer's, this is fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
I thought that was causing an issue with the macOS CI ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is it?
these are the errors from Craft:
Failed to find jom and
FileNotFoundError: [Errno 2] No such file or directory: 'meson'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is actually the same at https://github.com/nextcloud/desktop/actions/runs/7128782457/job/19411414926?pr=6247
89f1b68
to
b19cd00
Compare
It's caused by the new optimized Xcode 15 linker when linking static libraries. source: https://crystalidea.com/blog/qt-apps-crash-when-using-xcode-15 Signed-off-by: Camila <hello@camila.codes>
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Add find sqlite to the root CMakeLists.txt. Signed-off-by: Camila <hello@camila.codes>
b19cd00
to
02e4f05
Compare
AppImage file: nextcloud-PR-6207-02e4f05358f70a1c9c144e657e2b1e4a12bfa06f-x86_64.AppImage |
Kudos, SonarCloud Quality Gate passed! |
No description provided.