Skip to content

Switch CI to 5.0.0~beta2 #224

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 28, 2022
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
compiler:
description: 'Compiler to use'
type: string
default: 'ocaml-base-compiler.5.0.0~beta1'
default: 'ocaml-base-compiler.5.0.0~beta2'
compiler_branch:
description: 'Source branch of the compiler, to set up caching properly (must be set if CI is not using a tagged release of OCaml)'
type: string
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.opam
key: opam-ubuntu-latest-5.0.0~beta1
key: opam-ubuntu-latest-5.0.0~beta2

- uses: avsm/setup-ocaml@v2
with:
ocaml-compiler: 'ocaml-base-compiler.5.0.0~beta1'
ocaml-compiler: 'ocaml-base-compiler.5.0.0~beta2'
default: https://github.com/ocaml/opam-repository.git
alpha: https://github.com/kit-ty-kate/opam-alpha-repository.git

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux-500-bytecode-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Linux 5.0.0~beta1 bytecode
name: Linux 5.0.0~beta2 bytecode

on: [push, pull_request, workflow_dispatch]

jobs:
build:
uses: ./.github/workflows/common.yml
with:
compiler: 'ocaml-variants.5.0.0~beta1+options,ocaml-option-bytecode-only'
compiler: 'ocaml-variants.5.0.0~beta2+options,ocaml-option-bytecode-only'
timeout: 360
2 changes: 1 addition & 1 deletion .github/workflows/linux-500-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Linux 5.0.0~beta1
name: Linux 5.0.0~beta2

on: [push, pull_request, workflow_dispatch]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macosx-500-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: MacOSX 5.0.0~beta1
name: MacOSX 5.0.0~beta2

on: [push, pull_request, workflow_dispatch]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-500-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Windows 5.0.0-beta1
name: Windows 5.0.0-beta2

on: [push, pull_request, workflow_dispatch]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
compiler:
description: 'Branch or tag of ocaml/ocaml to use as compiler'
type: string
default: '5.0.0-beta1'
default: '5.0.0-beta2'
only_test:
description: 'Only test to run (eg “src/array/lin_tests.exe”); whole suite is run if empty'
type: string
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Multicore tests
===============

[![Linux 5.0.0~beta1](https://github.com/jmid/multicoretests/actions/workflows/linux-500-workflow.yml/badge.svg)](https://github.com/jmid/multicoretests/actions/workflows/linux-500-workflow.yml) [![MacOSX 5.0.0~beta1](https://github.com/jmid/multicoretests/actions/workflows/macosx-500-workflow.yml/badge.svg)](https://github.com/jmid/multicoretests/actions/workflows/macosx-500-workflow.yml) [![Linux 5.0.0~beta1-bytecode](https://github.com/jmid/multicoretests/actions/workflows/linux-500-bytecode-workflow.yml/badge.svg)](https://github.com/jmid/multicoretests/actions/workflows/linux-500-bytecode-workflow.yml) [![Windows 5.0.0~beta1](https://github.com/jmid/multicoretests/actions/workflows/windows-500-workflow.yml/badge.svg)](https://github.com/jmid/multicoretests/actions/workflows/windows-500-workflow.yml)
[![Linux 5.0.0~beta2](https://github.com/jmid/multicoretests/actions/workflows/linux-500-workflow.yml/badge.svg)](https://github.com/jmid/multicoretests/actions/workflows/linux-500-workflow.yml) [![MacOSX 5.0.0~beta2](https://github.com/jmid/multicoretests/actions/workflows/macosx-500-workflow.yml/badge.svg)](https://github.com/jmid/multicoretests/actions/workflows/macosx-500-workflow.yml) [![Linux 5.0.0~beta2-bytecode](https://github.com/jmid/multicoretests/actions/workflows/linux-500-bytecode-workflow.yml/badge.svg)](https://github.com/jmid/multicoretests/actions/workflows/linux-500-bytecode-workflow.yml) [![Windows 5.0.0~beta2](https://github.com/jmid/multicoretests/actions/workflows/windows-500-workflow.yml/badge.svg)](https://github.com/jmid/multicoretests/actions/workflows/windows-500-workflow.yml)

[![Linux 5.0.0+trunk](https://github.com/jmid/multicoretests/actions/workflows/linux-500-trunk-workflow.yml/badge.svg)](https://github.com/jmid/multicoretests/actions/workflows/linux-500-trunk-workflow.yml) [![MacOSX 5.0.0+trunk](https://github.com/jmid/multicoretests/actions/workflows/macosx-500-trunk-workflow.yml/badge.svg)](https://github.com/jmid/multicoretests/actions/workflows/macosx-500-trunk-workflow.yml) [![Linux 5.0.0+trunk-bytecode](https://github.com/jmid/multicoretests/actions/workflows/linux-500-bytecode-trunk-workflow.yml/badge.svg)](https://github.com/jmid/multicoretests/actions/workflows/linux-500-bytecode-trunk-workflow.yml) [![Windows 5.0.0+trunk](https://github.com/jmid/multicoretests/actions/workflows/windows-500-trunk-workflow.yml/badge.svg)](https://github.com/jmid/multicoretests/actions/workflows/windows-500-trunk-workflow.yml)

Expand Down