Skip to content

Commit

Permalink
Reorder system info
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed Sep 19, 2024
1 parent 8334b84 commit 4322df2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions etc/ci/describe-system-config-common-groups.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,23 @@ eval $(opam env) || true
group uname -a
group ulimit -aH
group ulimit -aS
group "echo PATH=$PATH"
group "echo SHELL=$SHELL"
group etc/machine.sh
group ghc --version
group ghc -v
group ldd --version
group gcc --version
group gcc -v
group opam switch
group opam list
group js_of_ocaml --version
group wasm_of_ocaml --version
group coqc --config
group coqc --version
group coqtop </dev/null
group ocamlc -config
group ocamlc -where
group opam switch
group opam list
group ocamlfind printconf destdir
group ocamlfind list
group ocamlfind query findlib
Expand All @@ -23,12 +31,4 @@ group ocamlfind query coq-core
group ocamlfind query coq-core.plugins
group ocamlfind query coq-core.plugins.ltac
group "ocamlfind query coq | xargs find"
group js_of_ocaml --version
group wasm_of_ocaml --version
group coqc --config
group coqc --version
group coqtop </dev/null
group etc/machine.sh
group "echo PATH=$PATH"
group "echo SHELL=$SHELL"
group etc/ci/github-actions-record-coq-info.sh "$GITHUB_STEP_SUMMARY"
2 changes: 1 addition & 1 deletion etc/ci/describe-system-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ group cat /etc/alpine-release
group apk info
group apk info coq
group apk --print-arch
. etc/ci/describe-system-config-common-groups.sh
group dpkg -l | cat
group pacman -Qs
. etc/ci/describe-system-config-common-groups.sh

0 comments on commit 4322df2

Please sign in to comment.