Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I'm using github actions to execute Times error messages. drone-scp error: node: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by node) #179

Open
liushuai05 opened this issue May 17, 2024 · 0 comments

Comments

@liushuai05
Copy link

liushuai05 commented May 17, 2024

My configuration is as follows( I've tried either ubuntu-20.04 or ubuntu-latest.):


jobs:
  build:
    runs-on: ubuntu-20.04  #or ubuntu-latest
    strategy:

      - name: Deploy to Staging server
        uses: appleboy/scp-action@v0.1.7
        with:
          node-version: 18.12.0
          host: ${{ secrets.HOST }}
          username: ${{ secrets.USERNAME }}
          port: ${{ secrets.PORT }}
          key: ${{ secrets.KEY }}
          # source: "goravel/public,goravel/database,goravel/main,goravel/.env,goravel/storage/app/images,Dockerfile,run.sh,docker-compose.yml "
          source: "docker-compose.yml "
          target: ${{ secrets.FOLDER }}

The error message is as follows:

drone-scp version: v1.6.14
tar all files into /tmp/RioGcQuTbQ.tar.gz
remote server os type is unix
scp file to server.
create folder ***
drone-scp error: node: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by node)
node: /lib64/libc.so.6: version `GLIBC_2.25' not found (required by node)
node: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by node)
node: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by node)
node: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by node)
node: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by node)
nvm is not compatible with the npm config "prefix" option: currently set to ""
Run `nvm use --delete-prefix v18.12.0 --silent` to unset it.
drone-scp rollback: remove all target tmp file
remove file RioGcQuTbQ.tar.gz
2024/05/17 07:53:34 node: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by node)
node: /lib64/libc.so.6: version `GLIBC_2.25' not found (required by node)
node: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by node)
node: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by node)
node: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by node)
node: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by node)
nvm is not compatible with the npm config "prefix" option: currently set to ""
Run `nvm use --delete-prefix v18.12.0 --silent` to unset it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant