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

new distribution: adelie #487

Merged
merged 1 commit into from
Jan 22, 2025
Merged

new distribution: adelie #487

merged 1 commit into from
Jan 22, 2025

Conversation

Biswa96
Copy link
Member

@Biswa96 Biswa96 commented Jan 20, 2025

@Biswa96
Copy link
Member Author

Biswa96 commented Jan 20, 2025

I have tested the aarch64 Adelie Linux environment in my phone. Here are some output.

# uname -a
Linux localhost 6.2.1-PRoot-Distro #1 SMP PREEMPT Tue Jan 7 11:38:16 UTC 2025 aarch64 GNU/Linux

# apk --version
apk-tools 2.14.0, compiled for aarch64.

# /lib/ld-musl-aarch64.so.1
musl libc (aarch64)
Version 1.2.3
Dynamic Program Loader
Usage: /lib/ld-musl-aarch64.so.1 [options] [--] pathname [args]

# file /bin/sh
/bin/sh: symbolic link to /bin/dash

# file /bin/dash
/bin/dash: ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-musl-aarch64.so.1, BuildID[sha1]=f415d76465a50a797e7358af4fbc94cf89779b36, stripped

@zv-io
Copy link

zv-io commented Jan 20, 2025

Please note this will break any time we do a new build under the same release tag; we do not keep old tarballs around. Specifically we only keep the latest tarballs (and ISO media) under each release.

For example, if we are still at 1.0-beta6 but build new tarballs tomorrow, then 20241223 will disappear. If we release 1.0-beta7 without any further beta6 builds, then the current tarballs will remain.

If you're only running bootstrap_distribution() once, then this should be OK for documentation purposes.

@Biswa96
Copy link
Member Author

Biswa96 commented Jan 21, 2025

Its OK, I guess. The new built tarball is saved in release page. proot-distro installs distro from that release page.

@sylirre sylirre merged commit c4084e6 into termux:master Jan 22, 2025
1 check passed
@sylirre
Copy link
Member

sylirre commented Jan 22, 2025

Thanks

@ar37-rs
Copy link

ar37-rs commented Jan 23, 2025

Wow great, thanks @Biswa96

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.

[Distribution]: Adelie Linux (aarch64)
4 participants