Skip to content

Commit

Permalink
try libc6-compat
Browse files Browse the repository at this point in the history
  • Loading branch information
ivailop committed Nov 18, 2022
1 parent 0868f7c commit 7d391aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@ jobs:
steps:
- name: gcompat
run: |
apk add libc6-compat gcompat libstdc++ git curl jq
apk add libc6-compat libstdc++ git curl jq # gcompat
uname -a
printenv
- uses: actions/checkout@v3
- name: testspace
run: |
curl -fsSL https://testspace-client.s3.amazonaws.com/testspace-linux-dbg.tgz | tar -zxvf- -C /usr/local/bin
testspace -v
LD_PRELOAD=/lib/libgcompat.so.0 ldd /usr/local/bin/testspace
# LD_PRELOAD=/lib/libgcompat.so.0 ldd /usr/local/bin/testspace
ldd /usr/local/bin/testspace
# git config --global --add safe.directory $GITHUB_WORKSPACE # see https://github.com/actions/checkout/pull/762
# git rev-parse HEAD
# testspace config url ${{github.repository_owner}}.testspace.com --repo=none
Expand Down

0 comments on commit 7d391aa

Please sign in to comment.