Skip to content

Commit

Permalink
CI output changes
Browse files Browse the repository at this point in the history
Change-Id: I0c06dbcd59f2b4c0873219f9053ac468a00c5ba5
  • Loading branch information
cooljeanius committed Jan 8, 2024
1 parent 770f324 commit 4bab730
Show file tree
Hide file tree
Showing 11 changed files with 1,155 additions and 46 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/apple-gdb-1824-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fi
date && sync
brew install autogen texi2html texinfo deja-gnu expect dmalloc fastjar openssl@3 gperf help2man ant-contrib findutils grep coreutils remake byacc texlive gawk "${COMPILER_FORMULA}"
- run: test -e ./.profile_generic && test -r ./.profile_generic && source ./.profile_generic && (env | uniq | sort | uniq) && sync
- run: test -e ./.profile_generic && test -r ./.profile_generic && source ./.profile_generic && sync && (env | uniq | sort | uniq) && sync
- 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)
- run: if test ! -e libcheckpoint/libcheckpoint.dylib; then (sync && echo "ensuring libcheckpoint is built" && sync && make -ki -C libcheckpoint -f Makefile_orig RC_CFLAGS="-std=gnu89 -w -Wno-error" && sync) || (sync && make -ki -C macsbug) || (sync && make -ki -C macsbug/gdb_plugin_support) || (if test -x "$(which ant)"; then ant; else echo "ant missing"; fi); else (sync && stat libcheckpoint/libcheckpoint.dylib); fi
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Backup that annoying arparse.h header
run: |
cd src/binutils
make arparse.h
sync && make arparse.h
if test ! -e arparse.h; then \
echo "make my_arparse.h"; \
make my_arparse.h; \
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
sync && stat arparse.h; \
fi; \
else \
ls ./*.h || ls || pwd; \
sync && (ls ./*.h || ls || pwd); \
fi
sync && find . -name arparse.h -type f -print
- run: cd src && make all-binutils
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
(sync && stat /home/runner/work/apple-gdb-1824/build); \
fi
(cd src && sync && echo "now in $(pwd)..." && sync)
if test ${{ matrix.language }} == 'go'; then sleep 1; fi
- name: Dependencies
if: matrix.language == 'c-cpp'
Expand Down
2 changes: 1 addition & 1 deletion .last-cl-gen
Original file line number Diff line number Diff line change
@@ -1 +1 @@
66f0be70afb0aee2edcb32501f3d0bd67dab82a9
770f3244ffe758a5581fdf204f83975c6356ff40
Loading

0 comments on commit 4bab730

Please sign in to comment.