diff --git a/.github/workflows/apple-gdb-1824-macos.yml b/.github/workflows/apple-gdb-1824-macos.yml index 08ec1f194..2e3c7a417 100644 --- a/.github/workflows/apple-gdb-1824-macos.yml +++ b/.github/workflows/apple-gdb-1824-macos.yml @@ -25,7 +25,7 @@ jobs: COMPILER_FORMULA=""; \ fi date && sync - brew install autogen texi2html texinfo deja-gnu expect dmalloc fastjar gperf help2man gettext findutils grep coreutils remake byacc texlive gawk autoconf-archive automake scons smake "${COMPILER_FORMULA}" + brew install autogen texi2html texinfo deja-gnu expect dmalloc fastjar gperf help2man ant-contrib findutils grep coreutils remake byacc texlive gawk autoconf-archive automake scons smake "${COMPILER_FORMULA}" - run: test -e ./.profile_generic && test -r ./.profile_generic && test -s ./.profile_generic && sync && source ./.profile_generic && sync && (env | uniq | sort | uniq) && sync && sleep 1 - run: ./configure --enable-silent-rules CC=${{ matrix.compiler }} OBJC=${{ matrix.compiler }} - run: make -ki -C libcheckpoint || make -ki -C libcheckpoint -f Makefile_orig || make -ki -C macsbug || make -ki -C macsbug/gdb_plugin_support || (if test -x "$(which ant)"; then ant; else echo "ant missing"; fi) @@ -170,11 +170,11 @@ jobs: run: | cd src if test ${{ matrix.compiler }} == clang; then \ - make check-bfd; \ + time make check-bfd; \ echo "done with bfd; moving onto binutils next..."; \ - make check-binutils; \ + time make check-binutils; \ echo "done with binutils; moving onto mmalloc next..."; \ - make check-mmalloc; \ + time make check-mmalloc; \ echo "done with mmalloc; moving onto electrict-fence next..."; \ cd electric-fence; \ make check-local || make check stamp-framework ls; \