Skip to content

Commit 584867a

Browse files
authored
Catch glibc error
1 parent 9d5a79a commit 584867a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ jobs:
6161
shell: bash
6262
run: |
6363
cat log.txt | wc -l
64-
grep -r "Running as root without --no-sandbox is not supported" log.txt && MESSAGE="Pending #2563 (\`Running as root without --no-sandbox is not supported\`)".
64+
grep -r "Running as root without --no-sandbox is not supported" log.txt && MESSAGE="Pending #2563 (\`Running as root without --no-sandbox is not supported\`)."
65+
grep -r "version \`GLIBC_.*' not found" && MESSAGE="This was compiled on a too new system and hence cannot run on all still-supported versions of Ubuntu."
6566
echo "${MESSAGE}"
6667
- name: Post test result to PR
6768
# Fails due to missing permissions, https://github.com/actions/first-interaction/issues/10

0 commit comments

Comments
 (0)