Commit 1746cdf
committed
fix: make stat command cross-platform compatible for macOS CI
- Replace Linux-specific 'stat -c %s' with cross-platform script
- macOS uses 'stat -f %z' while Linux uses 'stat -c %s'
- Fixes CI failure: 'stat: illegal option -- c' on macOS runners
- Maintains compatibility with both GNU/Linux and BSD/macOS stat1 parent c7e5ebe commit 1746cdf
1 file changed
+24
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2692 | 2692 | | |
2693 | 2693 | | |
2694 | 2694 | | |
2695 | | - | |
| 2695 | + | |
2696 | 2696 | | |
| 2697 | + | |
| 2698 | + | |
| 2699 | + | |
| 2700 | + | |
| 2701 | + | |
| 2702 | + | |
| 2703 | + | |
| 2704 | + | |
| 2705 | + | |
| 2706 | + | |
| 2707 | + | |
| 2708 | + | |
| 2709 | + | |
| 2710 | + | |
| 2711 | + | |
| 2712 | + | |
| 2713 | + | |
| 2714 | + | |
| 2715 | + | |
| 2716 | + | |
2697 | 2717 | | |
2698 | | - | |
2699 | | - | |
2700 | | - | |
| 2718 | + | |
| 2719 | + | |
| 2720 | + | |
2701 | 2721 | | |
2702 | 2722 | | |
2703 | 2723 | | |
| |||
0 commit comments