CI: fix opam dependencies
This commit is contained in:
parent
6909f0b3bc
commit
359f858c3e
@ -508,11 +508,6 @@ opam:62:tezos-baker-alpha-commands:
|
||||
variables:
|
||||
package: tezos-baker-alpha-commands
|
||||
|
||||
opam:63:tezos-bench:
|
||||
<<: *opam_definition
|
||||
variables:
|
||||
package: tezos-bench
|
||||
|
||||
|
||||
##END_OPAM##
|
||||
|
||||
|
@ -1,24 +0,0 @@
|
||||
opam-version: "1.2"
|
||||
version: "dev"
|
||||
maintainer: "contact@tezos.com"
|
||||
authors: [ "Tezos devteam" ]
|
||||
homepage: "https://www.tezos.com/"
|
||||
bug-reports: "https://gitlab.com/tezos/tezos/issues"
|
||||
dev-repo: "https://gitlab.com/tezos/tezos.git"
|
||||
license: "unreleased"
|
||||
depends: [
|
||||
"ocamlfind" { build }
|
||||
"jbuilder" { build & >= "1.0+beta17" }
|
||||
"tezos-base"
|
||||
"tezos-shell"
|
||||
"tezos-embedded-protocol-alpha"
|
||||
"cmdliner"
|
||||
"ssl"
|
||||
"alcotest-lwt"
|
||||
]
|
||||
build: [
|
||||
[ "jbuilder" "build" "-p" name "-j" jobs ]
|
||||
]
|
||||
build-test: [
|
||||
[ "jbuilder" "runtest" "-p" name "-j" jobs ]
|
||||
]
|
@ -16,6 +16,8 @@ depends: [
|
||||
"tezos-protocol-updater"
|
||||
"alcotest-lwt" { test }
|
||||
"tezos-embedded-protocol-demo" { test }
|
||||
"tezos-protocol-environment" { test }
|
||||
"tezos-protocol-alpha" { test }
|
||||
]
|
||||
build: [
|
||||
[ "jbuilder" "build" "-p" name "-j" jobs ]
|
||||
|
Loading…
Reference in New Issue
Block a user