Commit b4d2a58
Fix bump-stage0: exclude karamel from stage0 and fix stage1 exe names
Two issues in the bump-stage0 target:
1. src-install.sh now copies karamel/ into the snapshot, but stage0
doesn't need it. Add rm -rf karamel to the stage0_new trimming.
2. When copying stage2 to stage1, the dune files retain fstarc2_*
executable names (both in dune configs and .ml entry points),
but the top-level Makefile expects fstarc1_*. This causes the
build to fail after bumping. Fix by:
- Removing the stale _build directory from the copy
- Renaming fstarc2_ to fstarc1_ in the three dune files
- Renaming the .ml entry point files to match
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 6026339 commit b4d2a58
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
652 | 652 | | |
653 | 653 | | |
654 | 654 | | |
| 655 | + | |
655 | 656 | | |
656 | 657 | | |
657 | 658 | | |
| |||
669 | 670 | | |
670 | 671 | | |
671 | 672 | | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
672 | 681 | | |
673 | 682 | | |
674 | 683 | | |
| |||
0 commit comments