We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 107a076 commit 6de7464Copy full SHA for 6de7464
1 file changed
.github/workflows/ci.yml
@@ -213,6 +213,9 @@ jobs:
213
# note: lexer.h first, because parser.? depends on it
214
echo "At start of Make (Fuzzer) target"
215
echo "PWD is $(pwd), wc is ${{ env.wc }}, BUILD is ${{ env.build }}"
216
+ echo "==== listing grandparent tree"
217
+ find ../..
218
+ echo "===="
219
find . -name 'lexer.?' -exec touch '{}' \; # workaround for git checkout timestamps
220
find . -name 'parser.?' -exec touch '{}' \; # workaround for git checkout timestamps
221
${{ 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