Skip to content

Commit 6de7464

Browse files
committed
WIP
1 parent 107a076 commit 6de7464

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,9 @@ jobs:
213213
# note: lexer.h first, because parser.? depends on it
214214
echo "At start of Make (Fuzzer) target"
215215
echo "PWD is $(pwd), wc is ${{ env.wc }}, BUILD is ${{ env.build }}"
216+
echo "==== listing grandparent tree"
217+
find ../..
218+
echo "===="
216219
find . -name 'lexer.?' -exec touch '{}' \; # workaround for git checkout timestamps
217220
find . -name 'parser.?' -exec touch '{}' \; # workaround for git checkout timestamps
218221
${{ matrix.make }} -r -j $((${{ steps.cpu-cores.outputs.count }} + 1)) -C ${{ env.wc }} BUILD=../${{ env.build }} ${{ matrix.san }}=1 ${{ matrix.debug }}=1 AUSAN=1 PKGCONF=pkg-config CC=${{ matrix.cc }} NODOC=1 mkdir

0 commit comments

Comments
 (0)