Skip to content

Fix build command to handle hardlink issue on Linux #36

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

Merged
merged 2 commits into from
Jul 16, 2025

Conversation

CLEMENTINATOR
Copy link
Contributor

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