Skip to content

Commit

Permalink
Update apple-gdb-1824-macos.yml
Browse files Browse the repository at this point in the history
minor tweak

Change-Id: I49a7aeac4d2643a39e75e409651fd85a533587c3
  • Loading branch information
cooljeanius committed Mar 19, 2024
1 parent dcc4028 commit 9143360
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/apple-gdb-1824-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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; \
Expand Down

0 comments on commit 9143360

Please sign in to comment.