File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+ - package-ecosystem : " github-actions"
4
+ directory : " /"
5
+ schedule :
6
+ interval : " weekly"
Original file line number Diff line number Diff line change @@ -3,9 +3,6 @@ name: Main CI workflow
3
3
on :
4
4
pull_request :
5
5
push :
6
- schedule :
7
- # Prime the caches every Monday
8
- - cron : 0 1 * * MON
9
6
10
7
jobs :
11
8
build :
23
20
# - 4.11.x
24
21
- 4.12.x
25
22
# - 4.13.x
23
+ - 4.14.x
24
+ - 5.3.x
26
25
27
26
runs-on : ${{ matrix.os }}
28
27
31
30
uses : actions/checkout@v2
32
31
33
32
- name : Use OCaml ${{ matrix.ocaml-compiler }}
34
- uses : ocaml/setup-ocaml@v2
33
+ uses : ocaml/setup-ocaml@v3
35
34
with :
36
35
ocaml-compiler : ${{ matrix.ocaml-compiler }}
37
36
47
46
echo "$(brew --prefix)/opt/coreutils/libexec/gnubin" >> $GITHUB_PATH
48
47
echo "$PATH"
49
48
echo `which timeout`
50
- ls /usr/local/opt/coreutils/libexec/gnubin
49
+ # ls /usr/local/opt/coreutils/libexec/gnubin
51
50
52
51
- run : opam install . --deps-only --with-test
53
52
Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ Instrument and check that it was received
228
228
> )
229
229
> EOF
230
230
231
- $ bash ../filter_dune_build.sh ./test.bc --instrument-with mutaml 2>&1 | grep -v "no-merge\|Embed errors\|keywords"
231
+ $ bash ../filter_dune_build.sh ./test.bc --instrument-with mutaml 2>&1 | grep -v "use-compiler-pp\| no-merge\|Embed errors\|keywords"
232
232
ppx.exe [extra_args] [<files>]
233
233
-as-ppx Run as a -ppx rewriter (must be the first argument)
234
234
--as-ppx Same as -as-ppx
You can’t perform that action at this time.
0 commit comments