Skip to content

Commit 7174980

Browse files
authored
Merge pull request #11286 from haskell/debug-GLIBCXX_3.0.32-error
Try to debug GLIBCXX error. WILL BE REVERTED.
2 parents a43b64c + 3753a7a commit 7174980

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/validate.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,11 @@ jobs:
218218
name: cabal-${{ runner.os }}-${{ env.CABAL_ARCH }}
219219
path: ${{ env.CABAL_EXEC_TAR }}
220220

221+
- name: Debug GLIBCXX_3.4.32 error
222+
if: runner.os == 'Linux'
223+
run: |
224+
strings /lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX_
225+
221226
- name: Validate tests
222227
env:
223228
# `rawSystemStdInOut reports text decoding errors`

0 commit comments

Comments
 (0)