File tree 2 files changed +18
-12
lines changed
2 files changed +18
-12
lines changed Original file line number Diff line number Diff line change 1
1
name : Test o1js against lightnet
2
2
on :
3
- push :
4
- branches :
5
- - main
6
- pull_request :
7
- branches :
8
- - main
3
+ # push:
4
+ # branches:
5
+ # - main
6
+ # pull_request:
7
+ # branches:
8
+ # - main
9
9
workflow_dispatch : {}
10
10
11
11
jobs :
Original file line number Diff line number Diff line change @@ -79,12 +79,18 @@ RUN opam install -y async
79
79
RUN opam install -y Core_kernel
80
80
RUN opam install -y re2
81
81
RUN opam install -y ctypes
82
- RUN opam install -y digestif.ocaml
83
- RUN opam install -y hash_prefix_create.js
84
- RUN opam install -y logger.fake
85
- RUN opam install -y promise.js
86
- RUN opam install -y promise.js_helpers
87
- RUN opam install -y run_in_thread.fake
82
+ RUN opam install -y digestif
83
+ # RUN opam install -y hash_prefix_create
84
+ # RUN opam install -y logger.fake
85
+ RUN opam install -y promise
86
+ # RUN opam install -y promise.js_helpers
87
+ RUN opam install -y zarith_stubs_js
88
+ # RUN opam install -y tuple_lib
89
+ # RUN opam install -y unsigned_extended
90
+ # RUN opam install -y with_hash
91
+ # RUN opam install -y bindings_js
92
+ RUN opam install -y integers_stubs_js
93
+
88
94
89
95
RUN opam exec -- pnpm run build:bindings
90
96
RUN pnpm run build
You can’t perform that action at this time.
0 commit comments