Skip to content

Commit 0a15605

Browse files
committed
ci: macos: align sysinfo_script to other tasks.
Author: Justin Pryzby <pryzby@telsasoft.com> Discussion: https://postgr.es/m/20220203035827.GG23027@telsasoft.com
1 parent 16eb823 commit 0a15605

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.cirrus.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,9 @@ task:
233233

234234
sysinfo_script: |
235235
id
236-
export
236+
uname -a
237237
ulimit -a -H && ulimit -a -S
238+
export
238239
239240
setup_cores_script:
240241
- mkdir ${HOME}/cores

0 commit comments

Comments
 (0)