Closed cmuck closed 17 hours ago
Possible fix for #103 and #7231
/backport to stable-3.14
@claucambra @mgallien @camilasan could you please review this PR?
Awesome, thanks @claucambra , could you please give an approval to start the workflows too?
@cmuck the AppImage is failing to build with:
+ appimagetool -n ./squashfs-root Nextcloud_Desktop-x86_64.AppImage
./admin/linux/build-appimage.sh: line 100: appimagetool: command not found
@cmuck do you have any capacity to look at it on short notice? we are planning the next release this week and are very interested to put this one in. let us know...
I'm on it
I'm on it
I am trying this https://github.com/nextcloud/desktop/actions/runs/11954739882/job/33325545335?pr=7543 see #7543
@cmuck could you remove the merge commit and rebase it?
@cmuck it is working now 🎉 thank you so much!
Okay, the Linux AppImage Package job definitely worked, now failing with ...
2024-11-21T17:30:10.5097181Z Resolving github.com (github.com)... failed: No address associated with hostname.
2024-11-21T17:30:10.5100558Z wget: unable to resolve host address 'github.com'
but the previous wget calls worked, maybe a hickup and re-run?
Wondering why the required Windows Build and Test + SonarCloud analysis jobs failed since the PR does not touch anything related and the PR doesn't look to be in any relation with the error
ERROR: Error during SonarScanner execution
ERROR: Project not found.
Is there anything I can do so we proceed?
@cmuck sonarcloud cannot run correctly for external clone of the main repository due to the need to access a secret that cannot be accessed from your clone the windows CI was failing and I fixed it yesterday thanks for the help and your contribution very much appreciated
Workaround for fixing https://github.com/nextcloud/desktop/issues/2573 and https://github.com/nextcloud/desktop/issues/7231
The workaround was introduced in 2022 by https://github.com/nextcloud/desktop/pull/4830 and recently (accidentally?) removed by https://github.com/nextcloud/desktop/pull/4584