@@ -42,12 +42,12 @@ jobs:
42
42
- name : chroot build params
43
43
shell : alpine.sh {0}
44
44
run : etc/ci/describe-system-config.sh
45
- - name : make deps
45
+ - name : etc/ci/github-actions- make.sh deps
46
46
shell : alpine.sh {0}
47
- run : make TIMED=1 TIMING=1 -j2 deps
47
+ run : etc/ci/github-actions- make.sh -j2 deps
48
48
- name : all-except-generated-and-js-of-ocaml
49
49
shell : alpine.sh {0}
50
- run : make TIMED=1 TIMING=1 -j2 CAMLEXTRAFLAGS="-ccopt -static" all-except-generated-and-js-of-ocaml
50
+ run : etc/ci/github-actions- make.sh -j2 CAMLEXTRAFLAGS="-ccopt -static" all-except-generated-and-js-of-ocaml
51
51
- name : install-standalone-unified-ocaml
52
52
shell : alpine.sh {0}
53
53
run : make install-standalone-unified-ocaml BINDIR=dist
78
78
# if: always ()
79
79
- name : generated-files
80
80
shell : alpine.sh {0}
81
- run : make TIMED=1 TIMING=1 -j2 generated-files
81
+ run : etc/ci/github-actions- make.sh -j2 generated-files
82
82
- run : tar -czvf generated-files.tgz fiat-*/
83
83
if : ${{ failure() }}
84
84
- name : upload generated files
89
89
if : ${{ failure() }}
90
90
- name : standalone-haskell
91
91
shell : alpine.sh {0}
92
- run : make TIMED=1 TIMING=1 -j1 standalone-haskell GHCFLAGS='+RTS -M7G -RTS'
92
+ run : etc/ci/github-actions- make.sh -j1 standalone-haskell GHCFLAGS='+RTS -M7G -RTS'
93
93
- name : upload Haskell files
94
94
uses : actions/upload-artifact@v3
95
95
with :
98
98
if : always ()
99
99
- name : only-test-amd64-files-lite
100
100
shell : alpine.sh {0}
101
- run : make TIMED=1 TIMING=1 -j2 only-test-amd64-files-lite SLOWEST_FIRST=1
101
+ run : etc/ci/github-actions- make.sh -j2 only-test-amd64-files-lite SLOWEST_FIRST=1
102
102
- name : install
103
103
shell : alpine.sh {0}
104
104
run : sudo make EXTERNAL_DEPENDENCIES=1 SKIP_COQSCRIPTS_INCLUDE=1 install install-standalone-ocaml
0 commit comments