Skip to content

Commit dc01b32

Browse files
author
mike dupont
committed
now tuple_lib
1 parent 242babb commit dc01b32

File tree

2 files changed

+18
-12
lines changed

2 files changed

+18
-12
lines changed

.github/workflows/live-tests.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Test o1js against lightnet
22
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
99
workflow_dispatch: {}
1010

1111
jobs:

Dockerfile

+12-6
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,18 @@ RUN opam install -y async
7979
RUN opam install -y Core_kernel
8080
RUN opam install -y re2
8181
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+
8894

8995
RUN opam exec -- pnpm run build:bindings
9096
RUN pnpm run build

0 commit comments

Comments
 (0)