Skip to content

Commit

Permalink
checkout specific irmin commit
Browse files Browse the repository at this point in the history
  • Loading branch information
3Rafal committed Jun 28, 2023
1 parent 6535868 commit 016ffd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions regression/build-irmin
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash
git clone https://github.com/mirage/irmin.git
cd irmin
git checkout 8da4d16e7cc8beddfc8a824feca325426bae08a9
sudo apt install -y gnuplot-x11 libgmp-dev pkg-config libffi-dev
opam install . --deps-only --with-test --no-checksums -y
opam exec -- dune build
3 changes: 1 addition & 2 deletions regression/dune
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
(= true %{env:REGRESSION=false}))
(applies_to :whole_subtree)
(deps
%{bin:build-irmin})
)
%{bin:build-irmin}))

0 comments on commit 016ffd3

Please sign in to comment.