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

Updates github checkout actions to v4 #7611

Merged
merged 4 commits into from
May 31, 2024
Merged

Conversation

gurkanindibay
Copy link
Contributor

@gurkanindibay gurkanindibay commented May 29, 2024

Updates checkout plugin for github actions to v4. Can not update the version for check-sql-snapshots since new plugin causes below error in the docker image this step is using . Please refer to: https://github.com/citusdata/citus/actions/runs/9286197994/job/25552373953
Error:

/__e/node20/bin/node: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.27' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by /__e/node20/bin/node)

Copy link

codecov bot commented May 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.69%. Comparing base (0ab42e7) to head (85375be).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7611      +/-   ##
==========================================
- Coverage   89.73%   89.69%   -0.05%     
==========================================
  Files         283      283              
  Lines       60505    60506       +1     
  Branches     7539     7539              
==========================================
- Hits        54297    54273      -24     
- Misses       4055     4078      +23     
- Partials     2153     2155       +2     

@gokhangulbiz
Copy link
Contributor

LGTM! Could you please create a new issue to track the error you mentioned for check-sql-snapshots? Seems like related to actions/checkout#1487

@gurkanindibay gurkanindibay merged commit 2874d7a into main May 31, 2024
126 checks passed
@gurkanindibay gurkanindibay deleted the actions_ver_update branch May 31, 2024 17:52
@gurkanindibay
Copy link
Contributor Author

LGTM! Could you please create a new issue to track the error you mentioned for check-sql-snapshots? Seems like related to actions/checkout#1487

Opened the issue #7614

paragikjain pushed a commit to paragikjain/citus that referenced this pull request Jun 17, 2024
Updates checkout plugin for github actions to v4. Can not update the
version for check-sql-snapshots since new plugin causes below error in
the docker image this step is using . Please refer to:
https://github.com/citusdata/citus/actions/runs/9286197994/job/25552373953
Error:
```
/__e/node20/bin/node: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.27' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by /__e/node20/bin/node)
```

(cherry picked from commit 2874d7a)
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

Successfully merging this pull request may close these issues.

2 participants