Skip to content

Commit 4322df2

Browse files
committed
Reorder system info
1 parent 8334b84 commit 4322df2

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

etc/ci/describe-system-config-common-groups.sh

+10-10
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,23 @@ eval $(opam env) || true
55
group uname -a
66
group ulimit -aH
77
group ulimit -aS
8+
group "echo PATH=$PATH"
9+
group "echo SHELL=$SHELL"
10+
group etc/machine.sh
811
group ghc --version
912
group ghc -v
1013
group ldd --version
1114
group gcc --version
1215
group gcc -v
13-
group opam switch
14-
group opam list
16+
group js_of_ocaml --version
17+
group wasm_of_ocaml --version
18+
group coqc --config
19+
group coqc --version
20+
group coqtop </dev/null
1521
group ocamlc -config
1622
group ocamlc -where
23+
group opam switch
24+
group opam list
1725
group ocamlfind printconf destdir
1826
group ocamlfind list
1927
group ocamlfind query findlib
@@ -23,12 +31,4 @@ group ocamlfind query coq-core
2331
group ocamlfind query coq-core.plugins
2432
group ocamlfind query coq-core.plugins.ltac
2533
group "ocamlfind query coq | xargs find"
26-
group js_of_ocaml --version
27-
group wasm_of_ocaml --version
28-
group coqc --config
29-
group coqc --version
30-
group coqtop </dev/null
31-
group etc/machine.sh
32-
group "echo PATH=$PATH"
33-
group "echo SHELL=$SHELL"
3434
group etc/ci/github-actions-record-coq-info.sh "$GITHUB_STEP_SUMMARY"

etc/ci/describe-system-config.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ group cat /etc/alpine-release
3232
group apk info
3333
group apk info coq
3434
group apk --print-arch
35+
. etc/ci/describe-system-config-common-groups.sh
3536
group dpkg -l | cat
3637
group pacman -Qs
37-
. etc/ci/describe-system-config-common-groups.sh

0 commit comments

Comments
 (0)