@@ -47,30 +47,30 @@ jobs:
47
47
- run : opam pin add ocamlfind 'git+https://github.com/ocaml/ocamlfind.git#master'
48
48
- run : opam pin add --kind=version coq ${{ env.COQ_VERSION }}
49
49
- run : opam install js_of_ocaml
50
- - run : opam install conf-time
50
+ - run : opam install conf-time conf-gcc
51
51
- name : Work around https://github.com/actions/checkout/issues/766
52
52
run : opam exec -- bash -l -c 'git config --global --add safe.directory "*"'
53
53
- name : echo build params
54
54
run : .\etc\ci\describe-system-config-win.ps1
55
55
- name : deps
56
- run : opam exec -- etc/ci/github-actions-make.sh -j${{ env.NJOBS }} deps
56
+ run : opam exec -- bash etc/ci/github-actions-make.sh -j${{ env.NJOBS }} CC=gcc deps
57
57
- name : standalone-ocaml
58
- run : opam exec -- etc/ci/github-actions-make.sh -j${{ env.NJOBS }} standalone-ocaml
58
+ run : opam exec -- bash etc/ci/github-actions-make.sh -j${{ env.NJOBS }} standalone-ocaml
59
59
- name : install-standalone-unified-ocaml
60
- run : opam exec -- etc/ci/github-actions-make.sh install-standalone-unified-ocaml BINDIR=dist
60
+ run : opam exec -- bash etc/ci/github-actions-make.sh install-standalone-unified-ocaml BINDIR=dist
61
61
62
62
- name : coq
63
- run : opam exec -- etc/ci/github-actions-make.sh -j1 coq
63
+ run : opam exec -- bash etc/ci/github-actions-make.sh -j1 coq
64
64
- name : all-except-generated-and-js-of-ocaml
65
- run : opam exec -- etc/ci/github-actions-make.sh -j1 all-except-generated-and-js-of-ocaml
65
+ run : opam exec -- bash etc/ci/github-actions-make.sh -j1 all-except-generated-and-js-of-ocaml
66
66
- name : standalone-js-of-ocaml
67
- run : opam exec -- etc/ci/github-actions-make.sh -j1 standalone-js-of-ocaml
67
+ run : opam exec -- bash etc/ci/github-actions-make.sh -j1 standalone-js-of-ocaml
68
68
- name : install-standalone-js-of-ocaml
69
- run : opam exec -- etc/ci/github-actions-make.sh install-standalone-js-of-ocaml
69
+ run : opam exec -- bash etc/ci/github-actions-make.sh install-standalone-js-of-ocaml
70
70
- name : c-files lite-generated-files
71
- run : opam exec -- etc/ci/github-actions-make.sh -j${{ env.NJOBS }} c-files lite-generated-files
71
+ run : opam exec -- bash etc/ci/github-actions-make.sh -j${{ env.NJOBS }} c-files lite-generated-files
72
72
- name : only-test-amd64-files-lite
73
- run : opam exec -- etc/ci/github-actions-make.sh -j${{ env.NJOBS }} only-test-amd64-files-lite SLOWEST_FIRST=1
73
+ run : opam exec -- bash etc/ci/github-actions-make.sh -j${{ env.NJOBS }} only-test-amd64-files-lite SLOWEST_FIRST=1
74
74
- name : upload OCaml files
75
75
uses : actions/upload-artifact@v4
76
76
with :
@@ -92,11 +92,11 @@ jobs:
92
92
name : standalone-html-windows
93
93
path : fiat-html
94
94
- name : install
95
- run : opam exec -- etc/ci/github-actions-make.sh EXTERNAL_DEPENDENCIES=1 SKIP_COQSCRIPTS_INCLUDE=1 install install-standalone-ocaml
95
+ run : opam exec -- bash etc/ci/github-actions-make.sh EXTERNAL_DEPENDENCIES=1 SKIP_COQSCRIPTS_INCLUDE=1 install install-standalone-ocaml
96
96
- name : install-without-bedrock2
97
- run : opam exec -- etc/ci/github-actions-make.sh EXTERNAL_DEPENDENCIES=1 SKIP_BEDROCK2=1 install-without-bedrock2 install-standalone-ocaml
97
+ run : opam exec -- bash etc/ci/github-actions-make.sh EXTERNAL_DEPENDENCIES=1 SKIP_BEDROCK2=1 install-without-bedrock2 install-standalone-ocaml
98
98
- name : install-dev
99
- run : opam exec -- etc/ci/github-actions-make.sh EXTERNAL_REWRITER=1 EXTERNAL_COQPRIME=1 install install-standalone-ocaml
99
+ run : opam exec -- bash etc/ci/github-actions-make.sh EXTERNAL_REWRITER=1 EXTERNAL_COQPRIME=1 install install-standalone-ocaml
100
100
- name : display timing info
101
101
run : type time-of-build-pretty.log
102
102
shell : cmd
0 commit comments