Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions config/custom_navajo.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@
"name": "5.1.0+trunk",
"expiry": "2100-01-01"
},
{
"url": "https://github.com/ocaml/ocaml/archive/4.14.tar.gz",
"name": "4.14+trunk+nnp",
"expiry": "2100-01-01",
"configure": "--disable-naked-pointers"
},
{
"url": "https://github.com/ocaml/ocaml/archive/4.14.tar.gz",
"name": "4.14+trunk+nnp+flambda",
"expiry": "2100-01-01",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After we add support for 4.14, please update the PR to use a short-time interval, such as a week or ten days. Thanks!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The idea is to follow the development branch for 4.14. But I suppose this depends on #6.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that is correct!

"configure": "--disable-naked-pointers --enable-flambda"
},
{
"url": "https://github.com/kayceesrk/ocaml/archive/refs/heads/decouple_major_and_minor2.tar.gz",
"name": "5.1.0+trunk+decouple_major_and_minor2",
Expand Down
12 changes: 12 additions & 0 deletions config/custom_turing.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@
"name": "5.1.0+trunk",
"expiry": "2100-01-01"
},
{
"url": "https://github.com/ocaml/ocaml/archive/4.14.tar.gz",
"name": "4.14+trunk+nnp",
"expiry": "2100-01-01",
"configure": "--disable-naked-pointers"
},
{
"url": "https://github.com/ocaml/ocaml/archive/4.14.tar.gz",
"name": "4.14+trunk+nnp+flambda",
"expiry": "2100-01-01",
"configure": "--disable-naked-pointers --enable-flambda"
},
{
"url": "https://github.com/kayceesrk/ocaml/archive/refs/heads/decouple_major_and_minor2.tar.gz",
"name": "5.1.0+trunk+decouple_major_and_minor2",
Expand Down