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

doc: Remove i386 from landing page #24

Merged
merged 2 commits into from
Mar 22, 2024
Merged

doc: Remove i386 from landing page #24

merged 2 commits into from
Mar 22, 2024

Conversation

maflcko
Copy link
Contributor

@maflcko maflcko commented Aug 18, 2023

It is no longer possible to install any nightly llvm build for i386 on any Ubuntu at all. (I tested i386-bionic just now)

Thus, remove it from the docs.

@sylvestre
Copy link
Collaborator

it is still supported for Debian, so, it makes sense to keep it,no?

@maflcko
Copy link
Contributor Author

maflcko commented Aug 18, 2023

I tried testing it locally, but it didn't seem to be working. Maybe it is related to #15?

root@0b54a459d7e0:/# apt update
Hit:2 http://deb.debian.org/debian buster InRelease
Hit:3 http://deb.debian.org/debian-security buster/updates InRelease
Hit:4 http://deb.debian.org/debian buster-updates InRelease
Hit:1 https://apt.llvm.org/buster llvm-toolchain-buster-16 InRelease
Reading package lists... Done
Building dependency tree       
Reading state information... Done
All packages are up to date.
root@0b54a459d7e0:/# apt install clang-16 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package clang-16
root@0b54a459d7e0:/# dpkg --print-architecture
i386

@sylvestre
Copy link
Collaborator

how are the repos configured?
thanks

@maflcko
Copy link
Contributor Author

maflcko commented Aug 18, 2023

All I did was:

podman run -it --rm "docker.io/i386/debian:10"

And then:

apt update && apt install lsb-release wget software-properties-common gnupg -y && wget https://apt.llvm.org/llvm.sh && chmod +x llvm.sh && ./llvm.sh 16

@sylvestre
Copy link
Collaborator

yeah, i regressed that, i am working on fixing this

index.php Outdated Show resolved Hide resolved
@sylvestre sylvestre merged commit 1287bd7 into opencollab:master Mar 22, 2024
@maflcko maflcko deleted the MarcoFalke-patch-1 branch March 24, 2024 14:24
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