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

Hotfix/bundle packagin zip #641

Merged
merged 2 commits into from
Sep 12, 2023
Merged

Hotfix/bundle packagin zip #641

merged 2 commits into from
Sep 12, 2023

Conversation

PengZheng
Copy link
Contributor

@PengZheng PengZheng commented Sep 11, 2023

Previously RPATH rewrite for bundles does not work because install(FILES) does not overwrite existing files.
This change fixes it by removing the file to be overwritten. It also fixes broken bundle installation using zip.

Previously RPATH rewrite for bundles does not work because `install(FILES)` deos not overwrite existing files. This changes fix it by removing the file to be overwritten. It all fix broken bundle installation using zip.
@codecov-commenter
Copy link

codecov-commenter commented Sep 11, 2023

Codecov Report

Merging #641 (b3a681a) into master (2811897) will increase coverage by 0.00%.
The diff coverage is n/a.

❗ Current head b3a681a differs from pull request most recent head dee8b10. Consider uploading reports for the commit dee8b10 to get more accurate results

@@           Coverage Diff           @@
##           master     #641   +/-   ##
=======================================
  Coverage   81.61%   81.62%           
=======================================
  Files         260      260           
  Lines       34680    34680           
=======================================
+ Hits        28303    28306    +3     
+ Misses       6377     6374    -3     

see 2 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Contributor

@pnoltes pnoltes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch. LGTM

@PengZheng PengZheng merged commit 70042b5 into master Sep 12, 2023
22 checks passed
@PengZheng PengZheng deleted the hotfix/bundle_packagin_zip branch September 12, 2023 01:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants