Skip to content

Commit 96f6d07

Browse files
committed
ci: collect a bit more information after recent OSX image update.
We shouldn't need the homebrew changes anymore at least :/ cirruslabs/macos-image-templates#37
1 parent 94b4e95 commit 96f6d07

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.cirrus.yml

+7-9
Original file line numberDiff line numberDiff line change
@@ -178,19 +178,17 @@ task:
178178
folder: ${HOMEBREW_CACHE}
179179
perl_cache:
180180
folder: ~/perl5
181+
info_script:
182+
- ls -l /cores/ || true ; echo $?
183+
- whoami || true
184+
- groups || true
181185
cpan_install_script:
182186
- perl -mIPC::Run -e 1 || cpan -T IPC::Run
187+
homebrew_install_script:
188+
- brew install --verbose make coreutils ccache
183189
core_install_script:
190+
- ls -l
184191
- sudo chmod 777 /cores
185-
186-
# Unfortunately the cirrus images contain an old version of homebrew, which
187-
# references a mirror that doesn't exist anymore. Turns out to be faster to
188-
# upgrade homebrew than to have it fall back to building from source...
189-
# https://github.com/cirruslabs/osx-images/issues/37
190-
homebrew_install_script:
191-
- unset HOMEBREW_NO_AUTO_UPDATE && brew install --verbose make coreutils ccache
192-
- brew cleanup
193-
194192
configure_script:
195193
- ./configure --prefix=$HOME/install --enable-cassert --enable-debug --enable-tap-tests --without-readline --with-posix-aio CC="ccache gcc" CFLAGS="-O0"
196194
build_script:

0 commit comments

Comments
 (0)