Skip to content

Commit

Permalink
add glibc check
Browse files Browse the repository at this point in the history
  • Loading branch information
RomarQ committed Jan 22, 2025
1 parent c3ee41d commit 9088dd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/github/print-client-release-issue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ async function main() {
\`\`\`
(matching your ${newVersion} tag) and increase the config version + 1.
- [ ] Test the new client on stagenet (moonsama/moonlama).
- [ ] Check glibc version (eg. objdump -T <binary> | grep GLIBC | sed 's/.*GLIBC_\\([.0-9]*\).*/\\1/g' | sort -Vu)
- [ ] Publish the client release draft.
- [ ] When everything is ok, publish the new docker image: start github action Publish Docker
with ${newVersion} (!!! NOT before fully tested on stagenet !!!).
Expand Down

0 comments on commit 9088dd7

Please sign in to comment.