Skip to content

Commit edde326

Browse files
committed
Our ocaml-ci requires commit hashes, didn't work with branch addresses
Signed-off-by: lukstafi <lukstafi@users.noreply.github.com>
1 parent f28a099 commit edde326

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

arrayjit.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ build: [
6363
dev-repo: "git+https://github.com/lukstafi/ocannl.git"
6464
x-maintenance-intent: ["(latest)"]
6565
pin-depends: [
66-
["ppx_minidebug.dev" "git+https://github.com/lukstafi/ppx_minidebug.git#main"]
67-
["notty-community.dev" "git+https://github.com/lukstafi/notty-community.git#master"]
66+
["ppx_minidebug.dev" "git+https://github.com/lukstafi/ppx_minidebug.git#86a19de906add05caa0aa1626add1572da2f070d"]
67+
["notty-community.dev" "git+https://github.com/lukstafi/notty-community.git#708e36ba78ecb4ec1bf12de2b087e549d6e42893"]
6868
]

arrayjit.opam.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pin-depends: [
2-
["ppx_minidebug.dev" "git+https://github.com/lukstafi/ppx_minidebug.git#main"]
3-
["notty-community.dev" "git+https://github.com/lukstafi/notty-community.git#master"]
2+
["ppx_minidebug.dev" "git+https://github.com/lukstafi/ppx_minidebug.git#86a19de906add05caa0aa1626add1572da2f070d"]
3+
["notty-community.dev" "git+https://github.com/lukstafi/notty-community.git#708e36ba78ecb4ec1bf12de2b087e549d6e42893"]
44
]

neural_nets_lib.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ build: [
6464
dev-repo: "git+https://github.com/lukstafi/ocannl.git"
6565
x-maintenance-intent: ["(latest)"]
6666
pin-depends: [
67-
["ppx_minidebug.dev" "git+https://github.com/lukstafi/ppx_minidebug.git#main"]
68-
["notty-community.dev" "git+https://github.com/lukstafi/notty-community.git#master"]
67+
["ppx_minidebug.dev" "git+https://github.com/lukstafi/ppx_minidebug.git#86a19de906add05caa0aa1626add1572da2f070d"]
68+
["notty-community.dev" "git+https://github.com/lukstafi/notty-community.git#708e36ba78ecb4ec1bf12de2b087e549d6e42893"]
6969
]

neural_nets_lib.opam.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pin-depends: [
2-
["ppx_minidebug.dev" "git+https://github.com/lukstafi/ppx_minidebug.git#main"]
3-
["notty-community.dev" "git+https://github.com/lukstafi/notty-community.git#master"]
2+
["ppx_minidebug.dev" "git+https://github.com/lukstafi/ppx_minidebug.git#86a19de906add05caa0aa1626add1572da2f070d"]
3+
["notty-community.dev" "git+https://github.com/lukstafi/notty-community.git#708e36ba78ecb4ec1bf12de2b087e549d6e42893"]
44
]

0 commit comments

Comments
 (0)