Skip to content

Commit 574b45a

Browse files
authored
Merge pull request #75 from mtelvers/master
November 2021 LCU update
2 parents 47388d4 + 0a55d95 commit 574b45a

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

src-opam/dockerfile_distro.ml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,21 @@ type win10_release = [
2727

2828
type win10_lcu = [
2929
| `LCU
30-
| `LCU20211012 | `LCU20210914 | `LCU20210810 | `LCU20210713 | `LCU20210608
30+
| `LCU20211109 | `LCU20211012 | `LCU20210914 | `LCU20210810 | `LCU20210713 | `LCU20210608
3131
] [@@deriving sexp]
3232

33-
let win10_current_lcu = `LCU20211012
33+
let win10_current_lcu = `LCU20211109
3434

3535
type win10_revision = win10_release * win10_lcu option [@@deriving sexp]
3636

3737
let win10_lcus : ('a * int * win10_release list) list = [
38+
`LCU20211109, 5007205, [`Ltsc2022];
39+
`LCU20211109, 5007186, [`V2004; `V20H2; `V21H1];
40+
`LCU20211109, 5007189, [`V1909];
41+
`LCU20211109, 5007206, [`V1809; `Ltsc2019];
42+
`LCU20211109, 5007192, [`V1607; `Ltsc2016];
43+
`LCU20211109, 5007207, [`V1507; `Ltsc2015];
44+
3845
`LCU20211012, 5006699, [`Ltsc2022];
3946
`LCU20211012, 5006670, [`V2004; `V20H2; `V21H1];
4047
`LCU20211012, 5006667, [`V1909];

src-opam/dockerfile_distro.mli

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ type win10_release = [
3232

3333
type win10_lcu = [
3434
| `LCU
35+
| `LCU20211109
3536
| `LCU20211012
3637
| `LCU20210914
3738
| `LCU20210810

0 commit comments

Comments
 (0)