We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd2b0eb commit 958e0cfCopy full SHA for 958e0cf
.github/workflows/wasm_of_ocaml.yml
@@ -46,6 +46,12 @@ jobs:
46
# Jane Street tests disabled for now (basement only works on Linux)
47
jane_street_tests: false
48
all_jane_street_tests: false
49
+ - os: ubuntu-latest
50
+ os-name: Ubuntu
51
+ ocaml-compiler: "ocaml-variants.5.3.1+trunk"
52
+ separate_compilation: true
53
+ jane_street_tests: true
54
+ all_jane_street_tests: true
55
- os: ubuntu-latest
56
os-name: Ubuntu
57
ocaml-compiler: "5.3"
@@ -99,6 +105,10 @@ jobs:
99
105
with:
100
106
ocaml-compiler: ${{ matrix.ocaml-compiler }}
101
107
108
+ - name: patch compiler
109
+ if: matrix.ocaml-compiler == 'ocaml-variants.5.3.1+trunk'
110
+ run: opam pin ocaml-variants https://github.com/hhugo/ocaml.git#optimization-hints
111
+
102
112
- name: Set-up Binaryen
103
113
uses: Aandreba/[email protected]
104
114
0 commit comments