Skip to content

Fix: Glibc error by pegging ubuntu version, appimage include extras like breez_sdk#3397

Merged
arcbtc merged 14 commits intolnbits:devfrom
arcbtc:dev
Oct 10, 2025
Merged

Fix: Glibc error by pegging ubuntu version, appimage include extras like breez_sdk#3397
arcbtc merged 14 commits intolnbits:devfrom
arcbtc:dev

Conversation

@arcbtc
Copy link
Copy Markdown
Member

@arcbtc arcbtc commented Oct 8, 2025

No description provided.

@arcbtc arcbtc changed the title Fix: Glcib error by pegging ubuntu version, appimage include extras like breez_sdk Fix: Glibc error by pegging ubuntu version, appimage include extras like breez_sdk Oct 8, 2025
@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 56.13%. Comparing base (f48d24a) to head (8740f56).
⚠️ Report is 5 commits behind head on dev.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev    #3397   +/-   ##
=======================================
  Coverage   56.13%   56.13%           
=======================================
  Files         116      116           
  Lines       15115    15116    +1     
=======================================
+ Hits         8485     8486    +1     
  Misses       6630     6630           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown
Collaborator

@motorina0 motorina0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@motorina0 motorina0 requested a review from dni October 9, 2025 06:25
chmod +x "$APPIMAGE_NAME"
echo "APPIMAGE_NAME=$APPIMAGE_NAME" >> $GITHUB_ENV

# 🔎 quick audit: show glibc versions referenced by the binary
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i smell ai. :)

echo "Runner glibc:"
ldd --version | head -n1 || true
echo "Symbols needed by lnbits:"
strings "$APPIMAGE_NAME" | grep -o 'GLIBC_[0-9.]*' | sort -u || true
Copy link
Copy Markdown
Member

@dni dni Oct 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

          || true

why or to true?

Comment thread lnbits.sh
Comment on lines +16 to +24
if ! command -v curl >/dev/null 2>&1 || ! command -v git >/dev/null 2>&1; then
sudo apt-get update -y
sudo apt-get install -y curl git
fi

# Install Python 3.10 and distutils non-interactively
sudo apt install -y python3.10 python3.10-distutils
# System build deps and secp headers
if command -v apt-get >/dev/null 2>&1; then
sudo apt-get update -y
sudo apt-get install -y \
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the if and the splitted apt-get commands are unecessary

@arcbtc arcbtc merged commit ad606b2 into lnbits:dev Oct 10, 2025
44 checks passed
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.

3 participants