From 3753a7ac70742ec9045c346bf4571fefbf8a2689 Mon Sep 17 00:00:00 2001 From: brandon s allbery kf8nh Date: Thu, 13 Nov 2025 22:30:36 -0500 Subject: [PATCH] Try to debug GLIBCXX error. WILL BE REVERTED. --- .github/workflows/validate.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 13a77e74c97..a5db8c6643a 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -218,6 +218,11 @@ 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`