Skip to content

Commit ae56291

Browse files
committed
fix ci
fix ci.. fix ci
1 parent bb50044 commit ae56291

File tree

6 files changed

+25666
-294
lines changed

6 files changed

+25666
-294
lines changed

jscomp/snapshot.ninja

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@ rule bspack
33
command = ./bin/bspack.exe $releaseMode $flags -bs-main $main -o $out $post_process
44
depfile = $out.d
55
generator = true
6-
native_ocaml_path = ../ocaml/
6+
77
snapshot_path = 4.06.1
88
LTO= ../scripts/buckle_lto.js
9-
OCAML_SRC_UTILS=$native_ocaml_path/utils
10-
OCAML_SRC_PARSING=$native_ocaml_path/parsing
11-
OCAML_SRC_TYPING=$native_ocaml_path/typing
12-
OCAML_SRC_BYTECOMP=$native_ocaml_path/bytecomp
13-
OCAML_SRC_DRIVER=$native_ocaml_path/driver
14-
OCAML_SRC_TOOLS=$native_ocaml_path/tools
9+
10+
OCAML_SRC_UTILS=utils
11+
OCAML_SRC_PARSING=parsing
12+
OCAML_SRC_TYPING=typing
13+
OCAML_SRC_BYTECOMP=bytecomp
14+
15+
1516
includes = -I js_parser -I stubs -I ext -I common -I frontend -I bsb_helper -I depends -I core -I super_errors -I outcome_printer -I bsb -I ounit -I ounit_tests -I napkin -I main
1617
SNAP=../lib/$snapshot_path
1718

@@ -32,11 +33,8 @@ build $SNAP/rescript.ml: bspack | ./bin/bspack.exe $LTO
3233
main = Rescript_main
3334

3435

35-
36-
37-
3836
o $SNAP/unstable/all_ounit_tests.ml: bspack | ./bin/bspack.exe $LTO
39-
flags = -bs-MD $includes
37+
flags = -bs-MD $includes -I utils -I parsing -I typing -I bytecomp
4038
main = Ounit_tests_main
4139

4240
o $SNAP/unstable/bspack.ml: bspack | ./bin/bspack.exe $LTO

0 commit comments

Comments
 (0)