Skip to content

Fix build command to handle hardlink issue on Linux#36

Merged
CLEMENTINATOR merged 2 commits intomainfrom
fix/build-command-hardlink-issue
Jul 16, 2025
Merged

Fix build command to handle hardlink issue on Linux#36
CLEMENTINATOR merged 2 commits intomainfrom
fix/build-command-hardlink-issue

Conversation

@CLEMENTINATOR
Copy link
Member

Summary

  • Add rm -f [output_file] before mv/cp operations in build commands
  • Prevents "cannot move file to itself" errors on Linux where output WASM file is already a hardlink

Add rm -f before mv/cp operations in build commands to prevent
'cannot move file to itself' errors on Linux where the output
WASM file is already a hardlink.
@coveralls
Copy link

coveralls commented Jul 16, 2025

Pull Request Test Coverage Report for Build 16316790753

Details

  • 2 of 2 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.06%) to 99.1%

Totals Coverage Status
Change from base Build 15819642011: 0.06%
Covered Lines: 661
Relevant Lines: 667

💛 - Coveralls

@CLEMENTINATOR CLEMENTINATOR merged commit 8e7ecfc into main Jul 16, 2025
9 checks passed
@CLEMENTINATOR CLEMENTINATOR deleted the fix/build-command-hardlink-issue branch July 16, 2025 10:21
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

Comments