configure-aws-credentials icon indicating copy to clipboard operation
configure-aws-credentials copied to clipboard

Issue with aws-actions/configure-aws-credentials@v1 - GLIBC_2.28' not found

Open karty-s opened this issue 1 month ago • 2 comments

Describe the bug

HI Team, our github actions workflows which uses the configure aws actions V1 started failing with the below error from past two days :-

Run aws-actions/configure-aws-credentials@v1
/opt/actions-runner/externals/node20/bin/node: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /opt/actions-runner/externals/node20/bin/node)
/opt/actions-runner/externals/node20/bin/node: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by /opt/actions-runner/externals/node20/bin/node)

we tried using the V3 and V4 as well but no luck, kindly provide a fix for this. runner os - amazon linux 2

Expected Behavior

The action should be able to fetch the glib 2.26 available with node20 AL2 , or use the node16 available with the runner instance

Current Behavior

currently the action picks up node20 which supports glib2.28 which is available in AL 2 +

Reproduction Steps

os version - Amazon linux 2 node version - node 20 action - Run aws-actions/configure-aws-credentials@v1 error :- /opt/actions-runner/externals/node20/bin/node: /lib64/libm.so.6: version GLIBC_2.27' not found (required by /opt/actions-runner/externals/node20/bin/node) /opt/actions-runner/externals/node20/bin/node: /lib64/libc.so.6: version GLIBC_2.28' not found (required by /opt/actions-runner/externals/node20/bin/node)

Possible Solution

No response

Additional Information/Context

No response

karty-s avatar Jul 05 '24 07:07 karty-s