Skip to content

Commit fb31da2

Browse files
committed
WIP
1 parent 0a49ded commit fb31da2

File tree

2 files changed

+8
-15
lines changed

2 files changed

+8
-15
lines changed

.github/workflows/js_of_ocaml.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
skip-doc: true
6060
- os: ubuntu-latest
6161
os-name: Ubuntu
62-
ocaml-compiler: "5.4.0~beta2"
62+
ocaml-compiler: "ocaml-base-compiler.5.4.0~beta2"
6363
skip-effects: false
6464
skip-test: false
6565
skip-doc: false
@@ -79,24 +79,17 @@ jobs:
7979
skip-doc: true
8080
- os: macos-latest
8181
os-name: MacOS
82-
ocaml-compiler: "5.4.0~beta2"
82+
ocaml-compiler: "ocaml-base-compiler.5.4.0~beta2"
8383
skip-effects: true
8484
skip-test: false
8585
skip-doc: true
8686
- os: windows-latest
8787
os-name: Windows
88-
ocaml-compiler: "5.4.0~beta2"
88+
ocaml-compiler: "ocaml-base-compiler.5.4.0~beta2"
8989
skip-effects: false
9090
skip-test: false
9191
skip-doc: true
92-
- os: ubuntu-latest
93-
os-name: Ubuntu
94-
ocaml-name: "5.4-alpha1"
95-
ocaml-compiler: "ocaml-compiler.5.4.0~alpha1"
96-
skip-effects: true
97-
skip-test: true
98-
skip-doc: true
99-
92+
10093
runs-on: ${{ matrix.os }}
10194

10295
name:

.github/workflows/wasm_of_ocaml.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,26 +35,26 @@ jobs:
3535
include:
3636
- os: macos-latest
3737
os-name: MacOS
38-
ocaml-compiler: "5.4.0~beta2"
38+
ocaml-compiler: "ocaml-base-compiler.5.4.0~beta2"
3939
separate_compilation: true
4040
jane_street_tests: false
4141
all_jane_street_tests: false
4242
- os: windows-latest
4343
os-name: Windows
44-
ocaml-compiler: "5.4.0~beta2"
44+
ocaml-compiler: "ocaml-base-compiler.5.4.0~beta2"
4545
separate_compilation: true
4646
# Jane Street tests disabled for now (basement only works on Linux)
4747
jane_street_tests: false
4848
all_jane_street_tests: false
4949
- os: ubuntu-latest
5050
os-name: Ubuntu
51-
ocaml-compiler: "5.4.0~beta2"
51+
ocaml-compiler: "ocaml-base-compiler.5.4.0~beta2"
5252
separate_compilation: true
5353
jane_street_tests: true
5454
all_jane_street_tests: true
5555
- os: ubuntu-latest
5656
os-name: Ubuntu
57-
ocaml-compiler: "5.4.0~beta2"
57+
ocaml-compiler: "ocaml-base-compiler.5.4.0~beta2"
5858
separate_compilation: false
5959
jane_street_tests: true
6060
all_jane_street_tests: false

0 commit comments

Comments
 (0)