Skip to content

Commit

Permalink
update script
Browse files Browse the repository at this point in the history
  • Loading branch information
xclerc committed Oct 20, 2023
1 parent 445d41e commit 25718d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions jane/build-resolved-files-for-ci
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,10 @@ dune_targets=$(
# ocamloptcomp mls
mls=$(
{ echo middle_end/{,closure,flambda}/*.ml
echo asmcomp/*cmm*.ml
echo asmcomp/*.ml
} |
tr ' ' '\n'
tr ' ' '\n' |
grep -v "asmcomp/CSEgen.ml"
)
echo "$mls"
dune_targets=$(
Expand Down

0 comments on commit 25718d8

Please sign in to comment.