Skip to content

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.
@CLEMENTINATOR CLEMENTINATOR requested a review from a team as a code owner July 16, 2025 10:03
@coveralls
Copy link

Pull Request Test Coverage Report for Build 16316506648

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 99.334%

Totals Coverage Status
Change from base Build 15925692140: 0.0%
Covered Lines: 597
Relevant Lines: 601

💛 - Coveralls

@CLEMENTINATOR CLEMENTINATOR merged commit 03c56c1 into main Jul 16, 2025
7 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