File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -124,9 +124,9 @@ let run { conn } job { Key.variant; lower_bound; pool } { Value.image } =
124
124
@ prepare_image ~variant
125
125
@ [
126
126
run
127
- " echo '@@@OUTPUT' && opam list -s --color=never --base --roots \
128
- --all-versions ocaml-base-compiler ocaml-variants ocaml-system && \
129
- echo '@@@OUTPUT'" ;
127
+ " echo '@@@OUTPUT' && opam list -s --color=never --installed \
128
+ ocaml-base-compiler ocaml-variants ocaml-system --column package \
129
+ && echo '@@@OUTPUT'" ;
130
130
run " echo '@@@OUTPUT' && opam config expand '%s' && echo '@@@OUTPUT'"
131
131
(opam_template arch);
132
132
])
Original file line number Diff line number Diff line change @@ -94,12 +94,13 @@ let get_ocaml_package ~docker_context image =
94
94
" opam" ;
95
95
" list" ;
96
96
" -s" ;
97
- " --base" ;
98
- " --roots" ;
99
- " --all-versions" ;
97
+ " --color=never" ;
98
+ " --installed" ;
100
99
" ocaml-base-compiler" ;
101
100
" ocaml-variants" ;
102
101
" ocaml-system" ;
102
+ " --column" ;
103
+ " package" ;
103
104
]
104
105
105
106
let run { pool } job { Key. docker_context; variant; lower_bound }
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ services:
38
38
--capnp-public-address=tcp:ocaml.ci.dev:8102 --capnp-listen-address=tcp:0.0.0.0:9000
39
39
--submission-service /run/secrets/ocaml-ci-submission-cap
40
40
--submission-solver-service /run/secrets/ocaml-ci-solver-cap
41
+ --submission-query-service /run/secrets/ocaml-ci-submission-cap
41
42
--migration-path /migrations
42
43
--verbosity info
43
44
--github-account-allowlist GITHUB_ORGANISATIONS
You can’t perform that action at this time.
0 commit comments