Skip to content

Commit ad1676f

Browse files
committed
No longer pin dune
1 parent bb3fb63 commit ad1676f

File tree

4 files changed

+3
-17
lines changed

4 files changed

+3
-17
lines changed

.github/workflows/build-wasm_of_ocaml.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,6 @@ jobs:
107107
ref: feaf8f831051fd5f316963b28efd728cf0b0eca1
108108
path: jane-street/opam-repository
109109

110-
- name: Pin dune
111-
run: opam pin add -n dune.3.17 https://github.com/ocaml/dune.git
112-
113110
- name: Pin wasm_of_ocaml
114111
working-directory: ./wasm_of_ocaml
115112
run: opam pin -n --with-version `< VERSION` .

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,6 @@ jobs:
112112
dune-cache: true
113113
opam-pin: false
114114

115-
- name: Pin dune
116-
run: |
117-
opam pin add dune.3.17 https://github.com/ocaml/dune.git
118-
119115
- run: opam install conf-pkg-config
120116
if: runner.os == 'Windows'
121117

@@ -164,4 +160,4 @@ jobs:
164160
branch: wikidoc
165161
folder: doc-dev
166162
clean: true
167-
target-folder: doc/dev/
163+
target-folder: doc/dev/

.github/workflows/lint.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ jobs:
1717
with:
1818
ocaml-compiler: "5.2"
1919
dune-cache: true
20-
- name: Pin dune
21-
run: |
22-
opam pin add -n dune.3.17 https://github.com/ocaml/dune.git
2320
- uses: ocaml/setup-ocaml/lint-opam@v3
2421

2522
lint-fmt:
@@ -32,9 +29,6 @@ jobs:
3229
with:
3330
ocaml-compiler: "5.2"
3431
dune-cache: true
35-
- name: Pin dune
36-
run: |
37-
opam pin add -n dune.3.17 https://github.com/ocaml/dune.git
3832
- uses: ocaml/setup-ocaml/lint-fmt@v3
3933

4034
lint-runtime:

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ The following commands will perform a minimal installation:
2424
```
2525
git clone https://github.com/ocaml-wasm/wasm_of_ocaml
2626
cd wasm_of_ocaml
27-
opam pin add -n --with-version 3.17 https://github.com/ocaml/dune.git
28-
opam pin add -n --with-version 5.8.2-wasm .
29-
opam install wasm_of_ocaml-compiler
27+
opam pin add -n --with-version 6.0.0 .
28+
opam install dune.3.17.0 wasm_of_ocaml-compiler
3029
```
3130
You may want to install additional packages. For instance:
3231

0 commit comments

Comments
 (0)