Commit 96f6d07 1 parent 94b4e95 commit 96f6d07 Copy full SHA for 96f6d07
File tree 1 file changed +7
-9
lines changed
1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -178,19 +178,17 @@ task:
178
178
folder : ${HOMEBREW_CACHE}
179
179
perl_cache :
180
180
folder : ~/perl5
181
+ info_script :
182
+ - ls -l /cores/ || true ; echo $?
183
+ - whoami || true
184
+ - groups || true
181
185
cpan_install_script :
182
186
- perl -mIPC::Run -e 1 || cpan -T IPC::Run
187
+ homebrew_install_script :
188
+ - brew install --verbose make coreutils ccache
183
189
core_install_script :
190
+ - ls -l
184
191
- 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
-
194
192
configure_script :
195
193
- ./configure --prefix=$HOME/install --enable-cassert --enable-debug --enable-tap-tests --without-readline --with-posix-aio CC="ccache gcc" CFLAGS="-O0"
196
194
build_script :
You can’t perform that action at this time.
0 commit comments