Skip to content

Commit

Permalink
Merge pull request #398 from ocaml-multicore/bump-to-510
Browse files Browse the repository at this point in the history
Bump 510 workflows to the 5.1.0 release
  • Loading branch information
jmid committed Sep 21, 2023
2 parents abdb794 + eb3c5e5 commit e59e763
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cygwin-510.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
uses: ./.github/workflows/common.yml
with:
runs_on: windows-latest
compiler: ocaml-variants.5.1.0~rc3+options+win
compiler: ocaml-variants.5.1.0+options+win
cygwin: true
timeout: 360
dune_alias: 'ci1'
Expand All @@ -18,7 +18,7 @@ jobs:
uses: ./.github/workflows/common.yml
with:
runs_on: windows-latest
compiler: ocaml-variants.5.1.0~rc3+options+win
compiler: ocaml-variants.5.1.0+options+win
cygwin: true
timeout: 360
dune_alias: 'ci2'
2 changes: 1 addition & 1 deletion .github/workflows/linux-510-32bit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ jobs:
build:
uses: ./.github/workflows/common.yml
with:
compiler: 'ocaml-variants.5.1.0~rc3+options,ocaml-option-32bit'
compiler: 'ocaml-variants.5.1.0+options,ocaml-option-32bit'
timeout: 240
2 changes: 1 addition & 1 deletion .github/workflows/linux-510-bytecode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ jobs:
build:
uses: ./.github/workflows/common.yml
with:
compiler: 'ocaml-variants.5.1.0~rc3+options,ocaml-option-bytecode-only'
compiler: 'ocaml-variants.5.1.0+options,ocaml-option-bytecode-only'
timeout: 240
2 changes: 1 addition & 1 deletion .github/workflows/linux-510-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
uses: ./.github/workflows/common.yml
with:
compiler: 'ocaml-base-compiler.5.1.0~rc3'
compiler: 'ocaml-base-compiler.5.1.0'
dune_profile: 'debug-runtime'
runparam: 'v=0,V=1'
timeout: 240
2 changes: 1 addition & 1 deletion .github/workflows/linux-510-fp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ jobs:
build:
uses: ./.github/workflows/common.yml
with:
compiler: 'ocaml-variants.5.1.0~rc3+options,ocaml-option-fp'
compiler: 'ocaml-variants.5.1.0+options,ocaml-option-fp'
timeout: 240
2 changes: 1 addition & 1 deletion .github/workflows/linux-510.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ jobs:
build:
uses: ./.github/workflows/common.yml
with:
compiler: 'ocaml-base-compiler.5.1.0~rc3'
compiler: 'ocaml-base-compiler.5.1.0'
2 changes: 1 addition & 1 deletion .github/workflows/macosx-510.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ jobs:
build:
uses: ./.github/workflows/common.yml
with:
compiler: 'ocaml-base-compiler.5.1.0~rc3'
compiler: 'ocaml-base-compiler.5.1.0'
runs_on: 'macos-latest'
3 changes: 2 additions & 1 deletion .github/workflows/opam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- 4.13.x
- 4.14.x
- 5.0.0
- ocaml-variants.5.1.0+trunk
- 5.1.0
- ocaml-variants.5.2.0+trunk

runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-510-bytecode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ jobs:
uses: ./.github/workflows/common.yml
with:
runs_on: windows-latest
compiler: ocaml-variants.5.1.0~rc3+options+win,ocaml-option-mingw,ocaml-option-bytecode-only
compiler: ocaml-variants.5.1.0+options+win,ocaml-option-mingw,ocaml-option-bytecode-only
timeout: 240
2 changes: 1 addition & 1 deletion .github/workflows/windows-510.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ jobs:
uses: ./.github/workflows/common.yml
with:
runs_on: windows-latest
compiler: ocaml-variants.5.1.0~rc3+options+win,ocaml-option-mingw
compiler: ocaml-variants.5.1.0+options+win,ocaml-option-mingw
timeout: 240
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,8 +396,8 @@ The sequential `STM` tests of `Array`, `Bytes`, and `Float.Array`
would [trigger segfaults on ppc64](https://github.com/ocaml/ocaml/issues/12482)


Frame pointer `Effect` crashes (new, codegen)
---------------------------------------------
Frame pointer `Effect` crashes (new, fixed, codegen)
----------------------------------------------------

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

0 comments on commit e59e763

Please sign in to comment.