Revert "fix diag"

This reverts commit ad224ef9c4.

Revert "fix diag"

This reverts commit c96e65a57b.

Revert "diag"

This reverts commit 2a06fa65e0.

Revert "replace with diagnostics"

This reverts commit ab203c36d8.
This commit is contained in:
Ivan Pozdeev 2025-09-14 08:05:46 +03:00
parent 16cde4a020
commit a5d9b543d6

View File

@ -55,13 +55,8 @@ jobs:
fi
- run: |
#build
#pyenv --debug install ${{ matrix.python-version }} && rc=$? || rc=$?
#if [[ $rc -ne 0 ]]; then echo config.log:; cat $TMPDIR/python-build*/*/config.log;
which -a clang
clang -DUSE_GDBM_COMPAT -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -isysroot /Applications/Xcode_15.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk -isysroot /Applications/Xcode_15.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -Werror=unguarded-availability -I./Include/internal -I./Include/internal/mimalloc -I. -I./Include -I/usr/local/opt/readline/include -I/usr/local/opt/readline/include -I/Users/runner/work/pyenv/pyenv/versions/3.14.0rc2/include -I/usr/local/opt/readline/include -I/usr/local/opt/readline/include -I/Users/runner/work/pyenv/pyenv/versions/3.14.0rc2/include -E -v - </dev/null
find /usr /Library -name gdbm-ndbm.h -o -name ndbm.h 2>/dev/null;
false;
#fi
pyenv --debug install ${{ matrix.python-version }} && rc=$? || rc=$?
if [[ $rc -ne 0 ]]; then echo config.log:; cat $TMPDIR/python-build*/*/config.log; echo "gdbm-ndbm.h:"; find / -name gdbm-ndbm.h 2>/dev/null; false; fi
pyenv global ${{ matrix.python-version }}
# Micropython doesn't support --version
- run: |