From 0b17b5ef84ca28359f3ce25b46c82b6ef14880df Mon Sep 17 00:00:00 2001 From: Jan Midtgaard Date: Tue, 5 Dec 2023 11:51:38 +0100 Subject: [PATCH 1/5] Rename Linux 51x workflows --- .github/workflows/{linux-510-32bit.yml => linux-51x-32bit.yml} | 0 .../workflows/{linux-510-bytecode.yml => linux-51x-bytecode.yml} | 0 .github/workflows/{linux-510-debug.yml => linux-51x-debug.yml} | 0 .github/workflows/{linux-510-fp.yml => linux-51x-fp.yml} | 0 .github/workflows/{linux-510.yml => linux-51x.yml} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{linux-510-32bit.yml => linux-51x-32bit.yml} (100%) rename .github/workflows/{linux-510-bytecode.yml => linux-51x-bytecode.yml} (100%) rename .github/workflows/{linux-510-debug.yml => linux-51x-debug.yml} (100%) rename .github/workflows/{linux-510-fp.yml => linux-51x-fp.yml} (100%) rename .github/workflows/{linux-510.yml => linux-51x.yml} (100%) diff --git a/.github/workflows/linux-510-32bit.yml b/.github/workflows/linux-51x-32bit.yml similarity index 100% rename from .github/workflows/linux-510-32bit.yml rename to .github/workflows/linux-51x-32bit.yml diff --git a/.github/workflows/linux-510-bytecode.yml b/.github/workflows/linux-51x-bytecode.yml similarity index 100% rename from .github/workflows/linux-510-bytecode.yml rename to .github/workflows/linux-51x-bytecode.yml diff --git a/.github/workflows/linux-510-debug.yml b/.github/workflows/linux-51x-debug.yml similarity index 100% rename from .github/workflows/linux-510-debug.yml rename to .github/workflows/linux-51x-debug.yml diff --git a/.github/workflows/linux-510-fp.yml b/.github/workflows/linux-51x-fp.yml similarity index 100% rename from .github/workflows/linux-510-fp.yml rename to .github/workflows/linux-51x-fp.yml diff --git a/.github/workflows/linux-510.yml b/.github/workflows/linux-51x.yml similarity index 100% rename from .github/workflows/linux-510.yml rename to .github/workflows/linux-51x.yml From 1e452a7d7f47399ad7deda68cb5b741b1a4fac19 Mon Sep 17 00:00:00 2001 From: Jan Midtgaard Date: Tue, 5 Dec 2023 11:53:37 +0100 Subject: [PATCH 2/5] Rename macOS,MinGW,Cygwin 51x workflows --- .github/workflows/{cygwin-510.yml => cygwin-51x.yml} | 0 .github/workflows/{macosx-510.yml => macosx-51x.yml} | 0 .../workflows/{mingw-510-bytecode.yml => mingw-51x-bytecode.yml} | 0 .github/workflows/{mingw-510.yml => mingw-51x.yml} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{cygwin-510.yml => cygwin-51x.yml} (100%) rename .github/workflows/{macosx-510.yml => macosx-51x.yml} (100%) rename .github/workflows/{mingw-510-bytecode.yml => mingw-51x-bytecode.yml} (100%) rename .github/workflows/{mingw-510.yml => mingw-51x.yml} (100%) diff --git a/.github/workflows/cygwin-510.yml b/.github/workflows/cygwin-51x.yml similarity index 100% rename from .github/workflows/cygwin-510.yml rename to .github/workflows/cygwin-51x.yml diff --git a/.github/workflows/macosx-510.yml b/.github/workflows/macosx-51x.yml similarity index 100% rename from .github/workflows/macosx-510.yml rename to .github/workflows/macosx-51x.yml diff --git a/.github/workflows/mingw-510-bytecode.yml b/.github/workflows/mingw-51x-bytecode.yml similarity index 100% rename from .github/workflows/mingw-510-bytecode.yml rename to .github/workflows/mingw-51x-bytecode.yml diff --git a/.github/workflows/mingw-510.yml b/.github/workflows/mingw-51x.yml similarity index 100% rename from .github/workflows/mingw-510.yml rename to .github/workflows/mingw-51x.yml From 9740d51e71ec6b4fd2241cc4bbd7b1195624e345 Mon Sep 17 00:00:00 2001 From: Jan Midtgaard Date: Tue, 5 Dec 2023 11:56:21 +0100 Subject: [PATCH 3/5] Update README links to 510->51x renaming --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b75acac7b..d871d7cfb 100644 --- a/README.md +++ b/README.md @@ -11,15 +11,15 @@ Multicore tests [![MinGW 5.0.0](https://github.com/ocaml-multicore/multicoretests/actions/workflows/mingw-500.yml/badge.svg)](https://github.com/ocaml-multicore/multicoretests/actions/workflows/mingw-500.yml) [![MinGW 5.0.0-bytecode](https://github.com/ocaml-multicore/multicoretests/actions/workflows/mingw-500-bytecode.yml/badge.svg)](https://github.com/ocaml-multicore/multicoretests/actions/workflows/mingw-500-bytecode.yml) -[![Linux 5.1.0](https://github.com/ocaml-multicore/multicoretests/actions/workflows/linux-510.yml/badge.svg)](https://github.com/ocaml-multicore/multicoretests/actions/workflows/linux-510.yml) -[![MacOSX 5.1.0](https://github.com/ocaml-multicore/multicoretests/actions/workflows/macosx-510.yml/badge.svg)](https://github.com/ocaml-multicore/multicoretests/actions/workflows/macosx-510.yml) -[![Linux 5.1.0-bytecode](https://github.com/ocaml-multicore/multicoretests/actions/workflows/linux-510-bytecode.yml/badge.svg)](https://github.com/ocaml-multicore/multicoretests/actions/workflows/linux-510-bytecode.yml) -[![Linux 5.1.0-debug](https://github.com/ocaml-multicore/multicoretests/actions/workflows/linux-510-debug.yml/badge.svg)](https://github.com/ocaml-multicore/multicoretests/actions/workflows/linux-510-debug.yml) -[![Linux 32-bit 5.1.0](https://github.com/ocaml-multicore/multicoretests/actions/workflows/linux-510-32bit.yml/badge.svg)](https://github.com/ocaml-multicore/multicoretests/actions/workflows/linux-510-32bit.yml) -[![Linux FP 5.1.0](https://github.com/ocaml-multicore/multicoretests/actions/workflows/linux-510-fp.yml/badge.svg)](https://github.com/ocaml-multicore/multicoretests/actions/workflows/linux-510-fp.yml) -[![MinGW 5.1.0](https://github.com/ocaml-multicore/multicoretests/actions/workflows/mingw-510.yml/badge.svg)](https://github.com/ocaml-multicore/multicoretests/actions/workflows/mingw-510.yml) -[![MinGW 5.1.0-bytecode](https://github.com/ocaml-multicore/multicoretests/actions/workflows/mingw-510-bytecode.yml/badge.svg)](https://github.com/ocaml-multicore/multicoretests/actions/workflows/mingw-510-bytecode.yml) -[![Cygwin 5.1.0](https://github.com/ocaml-multicore/multicoretests/actions/workflows/cygwin-510.yml/badge.svg)](https://github.com/ocaml-multicore/multicoretests/actions/workflows/cygwin-510.yml) +[![Linux 5.1.0](https://github.com/ocaml-multicore/multicoretests/actions/workflows/linux-51x.yml/badge.svg)](https://github.com/ocaml-multicore/multicoretests/actions/workflows/linux-51x.yml) +[![MacOSX 5.1.0](https://github.com/ocaml-multicore/multicoretests/actions/workflows/macosx-51x.yml/badge.svg)](https://github.com/ocaml-multicore/multicoretests/actions/workflows/macosx-51x.yml) +[![Linux 5.1.0-bytecode](https://github.com/ocaml-multicore/multicoretests/actions/workflows/linux-51x-bytecode.yml/badge.svg)](https://github.com/ocaml-multicore/multicoretests/actions/workflows/linux-51x-bytecode.yml) +[![Linux 5.1.0-debug](https://github.com/ocaml-multicore/multicoretests/actions/workflows/linux-51x-debug.yml/badge.svg)](https://github.com/ocaml-multicore/multicoretests/actions/workflows/linux-51x-debug.yml) +[![Linux 32-bit 5.1.0](https://github.com/ocaml-multicore/multicoretests/actions/workflows/linux-51x-32bit.yml/badge.svg)](https://github.com/ocaml-multicore/multicoretests/actions/workflows/linux-51x-32bit.yml) +[![Linux FP 5.1.0](https://github.com/ocaml-multicore/multicoretests/actions/workflows/linux-51x-fp.yml/badge.svg)](https://github.com/ocaml-multicore/multicoretests/actions/workflows/linux-51x-fp.yml) +[![MinGW 5.1.0](https://github.com/ocaml-multicore/multicoretests/actions/workflows/mingw-51x.yml/badge.svg)](https://github.com/ocaml-multicore/multicoretests/actions/workflows/mingw-51x.yml) +[![MinGW 5.1.0-bytecode](https://github.com/ocaml-multicore/multicoretests/actions/workflows/mingw-51x-bytecode.yml/badge.svg)](https://github.com/ocaml-multicore/multicoretests/actions/workflows/mingw-51x-bytecode.yml) +[![Cygwin 5.1.0](https://github.com/ocaml-multicore/multicoretests/actions/workflows/cygwin-51x.yml/badge.svg)](https://github.com/ocaml-multicore/multicoretests/actions/workflows/cygwin-51x.yml) [![Linux 5.2.0+trunk](https://github.com/ocaml-multicore/multicoretests/actions/workflows/linux-520-trunk.yml/badge.svg)](https://github.com/ocaml-multicore/multicoretests/actions/workflows/linux-520-trunk.yml) [![MacOSX 5.2.0+trunk](https://github.com/ocaml-multicore/multicoretests/actions/workflows/macosx-520-trunk.yml/badge.svg)](https://github.com/ocaml-multicore/multicoretests/actions/workflows/macosx-520-trunk.yml) From 07947b067506952b8735221f1d27c4b602fbf3b6 Mon Sep 17 00:00:00 2001 From: Jan Midtgaard Date: Tue, 5 Dec 2023 16:22:01 +0100 Subject: [PATCH 4/5] Update Linux 51x workflows to 5.1.1~rc1 --- .github/workflows/linux-51x-32bit.yml | 2 +- .github/workflows/linux-51x-bytecode.yml | 2 +- .github/workflows/linux-51x-debug.yml | 2 +- .github/workflows/linux-51x-fp.yml | 2 +- .github/workflows/linux-51x.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/linux-51x-32bit.yml b/.github/workflows/linux-51x-32bit.yml index 988397056..7df54afb7 100644 --- a/.github/workflows/linux-51x-32bit.yml +++ b/.github/workflows/linux-51x-32bit.yml @@ -6,5 +6,5 @@ jobs: build: uses: ./.github/workflows/common.yml with: - compiler: 'ocaml-variants.5.1.0+options,ocaml-option-32bit' + compiler: 'ocaml-variants.5.1.1~rc1+options,ocaml-option-32bit' timeout: 240 diff --git a/.github/workflows/linux-51x-bytecode.yml b/.github/workflows/linux-51x-bytecode.yml index 43b2610a6..78c48a5d5 100644 --- a/.github/workflows/linux-51x-bytecode.yml +++ b/.github/workflows/linux-51x-bytecode.yml @@ -6,5 +6,5 @@ jobs: build: uses: ./.github/workflows/common.yml with: - compiler: 'ocaml-variants.5.1.0+options,ocaml-option-bytecode-only' + compiler: 'ocaml-variants.5.1.1~rc1+options,ocaml-option-bytecode-only' timeout: 240 diff --git a/.github/workflows/linux-51x-debug.yml b/.github/workflows/linux-51x-debug.yml index 3e9dfee26..6724568b5 100644 --- a/.github/workflows/linux-51x-debug.yml +++ b/.github/workflows/linux-51x-debug.yml @@ -6,7 +6,7 @@ jobs: build: uses: ./.github/workflows/common.yml with: - compiler: 'ocaml-base-compiler.5.1.0' + compiler: 'ocaml-base-compiler.5.1.1~rc1' dune_profile: 'debug-runtime' runparam: 's=4096,v=0,V=1' timeout: 240 diff --git a/.github/workflows/linux-51x-fp.yml b/.github/workflows/linux-51x-fp.yml index bd6507062..2fb76dc1c 100644 --- a/.github/workflows/linux-51x-fp.yml +++ b/.github/workflows/linux-51x-fp.yml @@ -6,5 +6,5 @@ jobs: build: uses: ./.github/workflows/common.yml with: - compiler: 'ocaml-variants.5.1.0+options,ocaml-option-fp' + compiler: 'ocaml-variants.5.1.1~rc1+options,ocaml-option-fp' timeout: 240 diff --git a/.github/workflows/linux-51x.yml b/.github/workflows/linux-51x.yml index 5c8762bd4..a09deb9a6 100644 --- a/.github/workflows/linux-51x.yml +++ b/.github/workflows/linux-51x.yml @@ -6,4 +6,4 @@ jobs: build: uses: ./.github/workflows/common.yml with: - compiler: 'ocaml-base-compiler.5.1.0' + compiler: 'ocaml-base-compiler.5.1.1~rc1' From a9579fed911d8135132a32a8622fdd72561c3382 Mon Sep 17 00:00:00 2001 From: Jan Midtgaard Date: Tue, 5 Dec 2023 16:25:13 +0100 Subject: [PATCH 5/5] Update macOS, MinGW, and Cygwin 51x workflows to 5.1.1~rc1 --- .github/workflows/cygwin-51x.yml | 4 ++-- .github/workflows/macosx-51x.yml | 2 +- .github/workflows/mingw-51x-bytecode.yml | 2 +- .github/workflows/mingw-51x.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cygwin-51x.yml b/.github/workflows/cygwin-51x.yml index 54870c80e..df4b9b915 100644 --- a/.github/workflows/cygwin-51x.yml +++ b/.github/workflows/cygwin-51x.yml @@ -7,7 +7,7 @@ jobs: uses: ./.github/workflows/common.yml with: runs_on: windows-latest - compiler: ocaml-variants.5.1.0+options+win + compiler: ocaml-variants.5.1.1~rc1+options+win cygwin: true timeout: 360 dune_alias: 'ci1' @@ -18,7 +18,7 @@ jobs: uses: ./.github/workflows/common.yml with: runs_on: windows-latest - compiler: ocaml-variants.5.1.0+options+win + compiler: ocaml-variants.5.1.1~rc1+options+win cygwin: true timeout: 360 dune_alias: 'ci2' diff --git a/.github/workflows/macosx-51x.yml b/.github/workflows/macosx-51x.yml index dc535fc31..d71042f93 100644 --- a/.github/workflows/macosx-51x.yml +++ b/.github/workflows/macosx-51x.yml @@ -6,5 +6,5 @@ jobs: build: uses: ./.github/workflows/common.yml with: - compiler: 'ocaml-base-compiler.5.1.0' + compiler: 'ocaml-base-compiler.5.1.1~rc1' runs_on: 'macos-latest' diff --git a/.github/workflows/mingw-51x-bytecode.yml b/.github/workflows/mingw-51x-bytecode.yml index 8b29af8f8..efcd97d98 100644 --- a/.github/workflows/mingw-51x-bytecode.yml +++ b/.github/workflows/mingw-51x-bytecode.yml @@ -7,5 +7,5 @@ jobs: uses: ./.github/workflows/common.yml with: runs_on: windows-latest - compiler: ocaml-variants.5.1.0+options+win,ocaml-option-mingw,ocaml-option-bytecode-only + compiler: ocaml-variants.5.1.1~rc1+options+win,ocaml-option-mingw,ocaml-option-bytecode-only timeout: 240 diff --git a/.github/workflows/mingw-51x.yml b/.github/workflows/mingw-51x.yml index 2a1e6f8d8..34699c879 100644 --- a/.github/workflows/mingw-51x.yml +++ b/.github/workflows/mingw-51x.yml @@ -7,5 +7,5 @@ jobs: uses: ./.github/workflows/common.yml with: runs_on: windows-latest - compiler: ocaml-variants.5.1.0+options+win,ocaml-option-mingw + compiler: ocaml-variants.5.1.1~rc1+options+win,ocaml-option-mingw timeout: 240