Skip to content

Commit da23f39

Browse files
committed
fixup! OxCaml: setup CI
1 parent d8eb190 commit da23f39

File tree

3 files changed

+2
-17
lines changed

3 files changed

+2
-17
lines changed

.github/workflows/js_of_ocaml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
if: ${{ matrix.skip-test }}
171171

172172
- name: Pin qcheck
173-
run: opam pin add https://github.com/vouillon/qcheck.git
173+
run: opam pin add -n https://github.com/vouillon/qcheck.git#oxcaml
174174
if: matrix.ocaml-compiler == 'ocaml-variants.5.2.0+ox'
175175

176176
- run: opam install . --deps-only --with-test

.github/workflows/wasm_of_ocaml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
if: matrix.ocaml-compiler != 'ocaml-variants.5.2.0+ox'
140140

141141
- name: Pin qcheck
142-
run: opam pin add https://github.com/vouillon/qcheck.git
142+
run: opam pin add -n https://github.com/vouillon/qcheck.git#oxcaml
143143
if: matrix.ocaml-compiler == 'ocaml-variants.5.2.0+ox'
144144

145145
- name: Checkout Jane Street packages

tools/ci_setup-oxcaml.ml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -162,21 +162,6 @@ index 8d23f86..21e83ba 100644
162162
+ (inline_tests (flags -drop-tag no-js -drop-tag 64-bits-only -drop-tag no-wasm) (modes js wasm))
163163
(preprocess
164164
(pps ppx_jane)))
165-
|}
166-
)
167-
; ( "core_kernel"
168-
, {|
169-
diff --git a/version_util/src/dune b/version_util/src/dune
170-
index 4b2b8bb..f7eb7ba 100644
171-
--- a/version_util/src/dune
172-
+++ b/version_util/src/dune
173-
@@ -10,4 +10,5 @@
174-
(preprocess
175-
(pps ppx_jane))
176-
(wasm_of_ocaml
177-
- (javascript_files version_util.js)))
178-
+ (javascript_files version_util.js)
179-
+ (wasm_files version_util.wat)))
180165
|}
181166
)
182167
; ( "string_dict"

0 commit comments

Comments
 (0)