File tree 3 files changed +5
-0
lines changed
3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -287,6 +287,7 @@ let cygwin_job ~analyse_job ~oc ~workflow f =
287
287
++ cache ~check_only: true Cygwin
288
288
++ checkout ~cond: (Predicate (true , CacheMiss cygwin64.id)) ()
289
289
++ build_cache Cygwin
290
+ ++ run ~shell: " cmd" " Cygwin info" [{|% CYGWIN_ROOT % \bin\uname - a| }]
290
291
++ end_job f
291
292
292
293
let main_build_job ~analyse_job ~cygwin_job ?section runner start_version ~oc ~workflow f =
Original file line number Diff line number Diff line change 97
97
if : steps.cygwin64.outputs.cache-hit != 'true'
98
98
shell : cmd
99
99
run : .github\scripts\cygwin.cmd x86_64-pc-cygwin D:\Cache\cygwin create
100
+ - name : Cygwin info
101
+ shell : cmd
102
+ run : %CYGWIN_ROOT%\bin\uname -a
100
103
101
104
# ###
102
105
# Build
Original file line number Diff line number Diff line change @@ -188,6 +188,7 @@ users)
188
188
* Add OCaml 5.3 to the build matrix [ #6192 @kit-ty-kate ]
189
189
* Add OCaml 5.3/MSVC to the build matrix [ #6192 @kit-ty-kate ]
190
190
* Add a test making sure ` opam init ` works in the absence of ` OPAMROOT ` [ #5663 @kit-ty-kate ]
191
+ * Show Cygwin version info after loading it from the cache [ #6383 @kit-ty-kate ]
191
192
192
193
## Doc
193
194
* Update the command to install opam to point to the new simplified url on opam.ocaml.org [ #6226 @kit-ty-kate ]
You can’t perform that action at this time.
0 commit comments