Check Arch Linux installer works before release
See original GitHub issueAs we’re getting ready for the release, I’d like to make sure there are no breakages with our existing installation methods. @TheElectronWill Could you check that running sbt install
produces a valid Arch Linux package that you can install in your box? I can’t do that because I no longer own an Arch Linux box.
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (8 by maintainers)
Top Results From Across the Web
Installation guide - ArchWiki - Arch Linux
Pre -installation · Acquire an installation image · Verify signature · Prepare an installation medium · Boot the live environment · Set the...
Read more >How to Install Arch Linux: Beginner's Step-by-Step ... - Linuxiac
1. Download the Arch Linux Installation Image. The first thing that we need to do is to obtain an image of Arch Linux....
Read more >How to Install Arch Linux in 2022 [Step by Step Guide]
How to install Arch Linux · Step 1: Download the Arch Linux ISO · Step 2: Create a live USB of Arch Linux...
Read more >How to Install Arch Linux {Comprehensive Step-by-Step Guide}
Arch Linux Install Guide · 1. With the Arch Linux ISO burned on a DVD or stored as a live USB, insert the...
Read more >A step by step Arch Linux installation guide | Average Linux User
Check network connection · Partition · Install the system · Generate fstab file · Chroot to the installed system · Set locale ·...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’ll remove the creation of the
/usr/lib/bloop
folder as well as the symlink, thanks!Keep in mind that you should not be compiling to GraalVM during the installation process, we compile to GraalVM native in CI/CD during the
install
step that generates all of the formulas and binaries. Could you try the installation doingsbt install
instead ofsbt createLocalArchPackage
?First problem fixed by installing graalvm and graalvm-native-image (of course! should have thought of that earlier…). But 8 gigs of RAM don’t seem to be enough to complete the building of the native image so I can’t test any further 🙁
The current PKGBUILD creates a folder
/usr/lib/bloop
, then a link to the executable within it. If we don’t need the folder anymore (I see that.jvmopts
should now go into$HOME/.bloop/.jvmopts
or inbloop.json
) it should be removed.