Skip to content

Commit 4262355

Browse files
committed
Remove dune subst git hack after #1853
1 parent 8c85774 commit 4262355

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

bench.Dockerfile

-7
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,9 @@ RUN wget https://nodejs.org/dist/v22.14.0/node-v22.14.0-linux-x64.tar.xz && \
1010
tar xJvf node-v22.14.0-linux-x64.tar.xz && \
1111
sudo cp node-v22.14.0-linux-x64/bin/node /usr/bin/node
1212
COPY --chown=opam:opam ./*.opam ./VERSION ./
13-
RUN opam exec -- git init && \
14-
opam exec -- git add . && \
15-
opam exec -- git commit -m dummy && \
16-
opam exec -- git tag -a $(cat VERSION)-dev -m dummy
1713
RUN opam pin -yn --with-version=dev .
1814
RUN opam install -y --deps-only js_of_ocaml-compiler && \
1915
opam install -y binaryen-bin
2016
COPY --chown=opam:opam . ./
21-
RUN opam exec -- git add . && \
22-
opam exec -- git commit -m dummy && \
23-
opam exec -- git tag -a $(cat VERSION)-dev-2 -m dummy
2417
RUN opam install -y wasm_of_ocaml-compiler
2518
WORKDIR ./benchmarks

0 commit comments

Comments
 (0)