Skip to content

Commit

Permalink
CI/redhat-compat: print gcc info
Browse files Browse the repository at this point in the history
  • Loading branch information
rafie committed Aug 17, 2023
1 parent cc8774e commit 2e1bb77
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/redhat-compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,7 @@ jobs:
run: |
python3 --version
python3 -m pip list -v
gcc --version
echo "System gcc: $(/usr/bin/gcc --version | head -1)"
echo "gcc: $(gcc --version | head -1)"
echo "glibc: $(./bin/glibcver)"
echo "libstdc++: $(./bin/libstdc++ver)"

0 comments on commit 2e1bb77

Please sign in to comment.