Commit 54f1f8d
Fix opam install for F* 2: remove references to deleted LowStar modules
- Remove LowStar.Printf.fst and LowStar.Endianness.fst from krmllib ROOTS
(these modules no longer exist in F* 2's ulib)
- Remove 'LowStar -LowStar.Lib' from --already_cached since there are no
LowStar modules in F* 2's ulib
- Remove -bundle LowStar.Endianness= and LowStar.Printf from -library flags
- Skip krmllib verification in default build target since nearly all krmllib
.fst files depend on LowStar.Buffer/FStar.HyperStack.* which were removed
in F* 2 (pre-built dist/ C files are still installed)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 03c7894 commit 54f1f8d
2 files changed
Lines changed: 4 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
124 | 123 | | |
125 | | - | |
| 124 | + | |
126 | 125 | | |
127 | 126 | | |
128 | 127 | | |
| |||
141 | 140 | | |
142 | 141 | | |
143 | 142 | | |
144 | | - | |
145 | 143 | | |
146 | 144 | | |
147 | 145 | | |
| |||
0 commit comments