Skip to content
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

Fix xcodebuild parallel build warning #5760

Merged
merged 1 commit into from
Jun 14, 2023

Conversation

claucambra
Copy link
Collaborator

No description provided.

@mgallien mgallien force-pushed the bugfix/resolve-parallelize-warn branch from 3167254 to 08a978e Compare June 13, 2023 12:42
@mgallien mgallien enabled auto-merge June 13, 2023 12:42
@codecov
Copy link

codecov bot commented Jun 14, 2023

Codecov Report

Merging #5760 (08a978e) into master (9b433e3) will increase coverage by 0.00%.
The diff coverage is n/a.

❗ Current head 08a978e differs from pull request most recent head 60e785a. Consider uploading reports for the commit 60e785a to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5760   +/-   ##
=======================================
  Coverage   60.35%   60.36%           
=======================================
  Files         143      143           
  Lines       18526    18526           
=======================================
+ Hits        11182    11183    +1     
+ Misses       7344     7343    -1     

see 1 file with indirect coverage changes

@mgallien mgallien force-pushed the bugfix/resolve-parallelize-warn branch from 08a978e to 60e785a Compare June 14, 2023 07:07
@nextcloud-desktop-bot
Copy link

AppImage file: nextcloud-PR-5760-60e785ad4ef6ecf0b54380361527494d02015247-x86_64.AppImage

To test this change/fix you can simply download above AppImage file and test it.

Please make sure to quit your existing Nextcloud app and backup your data.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@mgallien mgallien merged commit 392b828 into master Jun 14, 2023
@mgallien mgallien deleted the bugfix/resolve-parallelize-warn branch June 14, 2023 07:50
@backportbot-nextcloud
Copy link

The backport to stable-3.9 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable-3.9
git pull origin stable-3.9

# Create the new backport branch
git checkout -b fix/foo-stable-3.9

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts. Resolve them.
git cherry-pick abc123

# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable-3.9

More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport

@nextcloud nextcloud deleted a comment from claucambra Jun 14, 2023
@mgallien
Copy link
Collaborator

/backport to stable-3.9

@backportbot-nextcloud
Copy link

The backport to stable-3.9 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable-3.9
git pull origin stable-3.9

# Create the new backport branch
git checkout -b fix/foo-stable-3.9

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts. Resolve them.
git cherry-pick abc123

# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable-3.9

More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport

@mgallien mgallien added this to the 3.10.0 milestone Jul 4, 2023
@mgallien
Copy link
Collaborator

mgallien commented Jul 4, 2023

/backport to stable-3.9

@backportbot-nextcloud
Copy link

The backport to stable-3.9 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable-3.9
git pull origin stable-3.9

# Create the new backport branch
git checkout -b fix/foo-stable-3.9

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts. Resolve them.
git cherry-pick abc123

# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable-3.9

More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants