From 68c7daf76ea824eda424e4c5b6f323a895403f3c Mon Sep 17 00:00:00 2001 From: brandon s allbery kf8nh Date: Fri, 14 Nov 2025 19:00:10 -0500 Subject: [PATCH] Revert "Try to debug GLIBCXX error. WILL BE REVERTED." This reverts commit 3753a7ac70742ec9045c346bf4571fefbf8a2689. --- .github/workflows/validate.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index a5db8c6643a..13a77e74c97 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -218,11 +218,6 @@ jobs: name: cabal-${{ runner.os }}-${{ env.CABAL_ARCH }} path: ${{ env.CABAL_EXEC_TAR }} - - name: Debug GLIBCXX_3.4.32 error - if: runner.os == 'Linux' - run: | - strings /lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX_ - - name: Validate tests env: # `rawSystemStdInOut reports text decoding errors`