Skip to content

Commit

Permalink
Remove expired configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
punchagan committed Dec 26, 2023
1 parent b861590 commit 8e6ad20
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 61 deletions.
31 changes: 0 additions & 31 deletions config/custom_navajo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,5 @@
"url": "https://github.com/ocaml/ocaml/archive/trunk.tar.gz",
"name": "5.2.0+trunk",
"expiry": "2100-01-01"
},
{
"url": "https://github.com/damiendoligez/ocaml/archive/refs/heads/fix-idle-domain-gc.tar.gz",
"name": "5.2.0+trunk+fix-idle-gc",
"expiry": "2023-05-25"
},
{
"url": "https://github.com/ocaml-multicore/ocaml-tsan/archive/refs/heads/tsan_patch.zip",
"name": "5.2.0+trunk+tsan",
"expiry": "2023-05-31",
"configure": "--enable-tsan"
},
{
"url": "https://github.com/bartoszmodelski/ocaml/archive/refs/heads/aligned-alloc.tar.gz",
"name": "5.2.0+trunk+bartoszmodelski+pr12212",
"expiry": "2023-05-30"
},
{
"url": "https://github.com/eutro/ocaml/archive/refs/heads/tsdnr-barriers.tar.gz",
"name": "5.2.0+trunk+eutro+barriers",
"expiry": "2023-09-30"
},
{
"url": "https://github.com/ocaml/ocaml/archive/refs/heads/5.0.tar.gz",
"name": "5.0.1+trunk+release",
"expiry": "2023-09-29"
},
{
"url": "https://github.com/ocaml/ocaml/archive/refs/heads/5.1.tar.gz",
"name": "5.1.1+trunk+release",
"expiry": "2023-09-29"
}
]
30 changes: 0 additions & 30 deletions config/custom_turing.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,5 @@
"name": "5.2.0+trunk",
"configure": "CC='gcc -Wa,-mbranches-within-32B' AS='as -mbranches-within-32B'",
"expiry": "2100-01-01"
},
{
"url": "https://github.com/damiendoligez/ocaml/archive/refs/heads/fix-idle-domain-gc.tar.gz",
"name": "5.2.0+trunk+fix-idle-gc",
"configure": "CC='gcc -Wa,-mbranches-within-32B' AS='as -mbranches-within-32B'",
"expiry": "2023-05-25"
},
{
"url": "https://github.com/bartoszmodelski/ocaml/archive/refs/heads/aligned-alloc.tar.gz",
"name": "5.2.0+trunk+bartoszmodelski+pr12212",
"configure": "CC='gcc -Wa,-mbranches-within-32B' AS='as -mbranches-within-32B'",
"expiry": "2023-05-30"
},
{
"url": "https://github.com/eutro/ocaml/archive/refs/heads/tsdnr-barriers.tar.gz",
"name": "5.2.0+trunk+eutro+barriers",
"configure": "CC='gcc -Wa,-mbranches-within-32B' AS='as -mbranches-within-32B'",
"expiry": "2023-09-30"
},
{
"url": "https://github.com/ocaml/ocaml/archive/5.0.0.tar.gz",
"name": "5.0.0+stable+release",
"configure": "CC='gcc -Wa,-mbranches-within-32B' AS='as -mbranches-within-32B'",
"expiry": "2023-09-16"
},
{
"url": "https://github.com/ocaml/ocaml/archive/5.1.0.tar.gz",
"name": "5.1.0+stable+release",
"configure": "CC='gcc -Wa,-mbranches-within-32B' AS='as -mbranches-within-32B'",
"expiry": "2023-09-16"
}
]

0 comments on commit 8e6ad20

Please sign in to comment.