Skip to content

Commit e59e763

Browse files
authored
Merge pull request #398 from ocaml-multicore/bump-to-510
Bump 510 workflows to the 5.1.0 release
2 parents abdb794 + eb3c5e5 commit e59e763

11 files changed

+14
-13
lines changed

.github/workflows/cygwin-510.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
uses: ./.github/workflows/common.yml
88
with:
99
runs_on: windows-latest
10-
compiler: ocaml-variants.5.1.0~rc3+options+win
10+
compiler: ocaml-variants.5.1.0+options+win
1111
cygwin: true
1212
timeout: 360
1313
dune_alias: 'ci1'
@@ -18,7 +18,7 @@ jobs:
1818
uses: ./.github/workflows/common.yml
1919
with:
2020
runs_on: windows-latest
21-
compiler: ocaml-variants.5.1.0~rc3+options+win
21+
compiler: ocaml-variants.5.1.0+options+win
2222
cygwin: true
2323
timeout: 360
2424
dune_alias: 'ci2'

.github/workflows/linux-510-32bit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ jobs:
66
build:
77
uses: ./.github/workflows/common.yml
88
with:
9-
compiler: 'ocaml-variants.5.1.0~rc3+options,ocaml-option-32bit'
9+
compiler: 'ocaml-variants.5.1.0+options,ocaml-option-32bit'
1010
timeout: 240

.github/workflows/linux-510-bytecode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ jobs:
66
build:
77
uses: ./.github/workflows/common.yml
88
with:
9-
compiler: 'ocaml-variants.5.1.0~rc3+options,ocaml-option-bytecode-only'
9+
compiler: 'ocaml-variants.5.1.0+options,ocaml-option-bytecode-only'
1010
timeout: 240

.github/workflows/linux-510-debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
uses: ./.github/workflows/common.yml
88
with:
9-
compiler: 'ocaml-base-compiler.5.1.0~rc3'
9+
compiler: 'ocaml-base-compiler.5.1.0'
1010
dune_profile: 'debug-runtime'
1111
runparam: 'v=0,V=1'
1212
timeout: 240

.github/workflows/linux-510-fp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ jobs:
66
build:
77
uses: ./.github/workflows/common.yml
88
with:
9-
compiler: 'ocaml-variants.5.1.0~rc3+options,ocaml-option-fp'
9+
compiler: 'ocaml-variants.5.1.0+options,ocaml-option-fp'
1010
timeout: 240

.github/workflows/linux-510.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ jobs:
66
build:
77
uses: ./.github/workflows/common.yml
88
with:
9-
compiler: 'ocaml-base-compiler.5.1.0~rc3'
9+
compiler: 'ocaml-base-compiler.5.1.0'

.github/workflows/macosx-510.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ jobs:
66
build:
77
uses: ./.github/workflows/common.yml
88
with:
9-
compiler: 'ocaml-base-compiler.5.1.0~rc3'
9+
compiler: 'ocaml-base-compiler.5.1.0'
1010
runs_on: 'macos-latest'

.github/workflows/opam.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
- 4.13.x
1919
- 4.14.x
2020
- 5.0.0
21-
- ocaml-variants.5.1.0+trunk
21+
- 5.1.0
22+
- ocaml-variants.5.2.0+trunk
2223

2324
runs-on: ubuntu-latest
2425

.github/workflows/windows-510-bytecode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ jobs:
77
uses: ./.github/workflows/common.yml
88
with:
99
runs_on: windows-latest
10-
compiler: ocaml-variants.5.1.0~rc3+options+win,ocaml-option-mingw,ocaml-option-bytecode-only
10+
compiler: ocaml-variants.5.1.0+options+win,ocaml-option-mingw,ocaml-option-bytecode-only
1111
timeout: 240

.github/workflows/windows-510.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ jobs:
77
uses: ./.github/workflows/common.yml
88
with:
99
runs_on: windows-latest
10-
compiler: ocaml-variants.5.1.0~rc3+options+win,ocaml-option-mingw
10+
compiler: ocaml-variants.5.1.0+options+win,ocaml-option-mingw
1111
timeout: 240

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,8 @@ The sequential `STM` tests of `Array`, `Bytes`, and `Float.Array`
396396
would [trigger segfaults on ppc64](https://github.com/ocaml/ocaml/issues/12482)
397397

398398

399-
Frame pointer `Effect` crashes (new, codegen)
400-
---------------------------------------------
399+
Frame pointer `Effect` crashes (new, fixed, codegen)
400+
----------------------------------------------------
401401

402402
Negative `Lin` `Effect` tests exercising exceptions for unhandled
403403
`Effect`s triggered a [crash on a frame pointer switch](https://github.com/ocaml/ocaml/pull/12535)

0 commit comments

Comments
 (0)