From a5d9b543d69b4662e7962afa0bc2fa70646b1d3a Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Sun, 14 Sep 2025 08:05:46 +0300 Subject: [PATCH] Revert "fix diag" This reverts commit ad224ef9c43f5c725619e2df0e1df5fba7b539e0. Revert "fix diag" This reverts commit c96e65a57b11f968592743c474c2d2e78aa3a89c. Revert "diag" This reverts commit 2a06fa65e0a8de86c57107fa2497e77498afcf17. Revert "replace with diagnostics" This reverts commit ab203c36d8890c7308111d8769263fc3f546e344. --- .github/workflows/modified_scripts_build.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/modified_scripts_build.yml b/.github/workflows/modified_scripts_build.yml index b260bc18..fcf35d48 100644 --- a/.github/workflows/modified_scripts_build.yml +++ b/.github/workflows/modified_scripts_build.yml @@ -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; - 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: |