chore: cleanup of unnecessary files & adjust gitignores #88

Merged
letian merged 2 commits from quick-cleanup into master 2025-07-27 14:09:02 +00:00
Owner

+ the Dockerfile.harmony shouldn't have been committed in the first place (I think)
+ silence an unnecessary output when checking for cargo's existence

\+ the `Dockerfile.harmony` shouldn't have been committed in the first place (I think)\ \+ silence an unnecessary output when checking for cargo's existence
letian added 1 commit 2025-07-21 00:06:00 +00:00
chore: cleanup of unncessary files & adjust gitignores
All checks were successful
Run Check Script / check (pull_request) Successful in -31s
07f1151e4c
johnride reviewed 2025-07-21 13:10:08 +00:00
@ -155,6 +155,7 @@ async fn compile_harmony(
let cargo_exists = Command::new("which")
Owner

which not available on windows, this would be a good first issue for someone to provide a clean way to verify available tools on the host or something like that.

which not available on windows, this would be a good first issue for someone to provide a clean way to verify available tools on the host or something like that.
johnride approved these changes 2025-07-21 13:10:33 +00:00
letian added 1 commit 2025-07-27 14:08:09 +00:00
Merge branch 'master' into quick-cleanup
All checks were successful
Run Check Script / check (pull_request) Successful in -34s
5d41cc8380
letian merged commit ee8dfa4a93 into master 2025-07-27 14:09:02 +00:00
letian deleted branch quick-cleanup 2025-07-27 14:09:04 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: NationTech/harmony#88
No description provided.