summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2022-02-12 15:50:53 -0800
committerAndres Freund <andres@anarazel.de>2022-02-12 15:53:30 -0800
commit0a156058aa49f7d60628efdba1787524bc3f2940 (patch)
treeb0fa18faefa38968d538635cfacc5e3b3f766501 /.cirrus.yml
parent16eb8231d1b53d7eade7530cc5cd58c8409a3993 (diff)
downloadpostgresql-0a156058aa49f7d60628efdba1787524bc3f2940.tar.gz
ci: macos: align sysinfo_script to other tasks.
Author: Justin Pryzby <pryzby@telsasoft.com> Discussion: https://postgr.es/m/20220203035827.GG23027@telsasoft.com
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index ff3f4306ad..dd96a97efe 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -233,8 +233,9 @@ task:
sysinfo_script: |
id
- export
+ uname -a
ulimit -a -H && ulimit -a -S
+ export
setup_cores_script:
- mkdir ${HOME}/cores