Ed Reel
Ed Reel
This is great work @Zopolis4! Can we add it over at https://github.com/chromebrew/chromebrew instead? The reason I say this is because we will have more control over that repo. The owner...
Personally, I don't care for the `.freeze` nonsense. Also, it's better for readability to include the returns. Just because Rubocop "suggests" it doesn't necessarily mean it's the correct way. Think...
> I agree with you on the returns, but frozen string literals do have their benefits and i think sprinkling a few `.freeze`'s is better than carpet bombing a magic...
> > Immutability, preventing unnecessary memory allocations. > > that's true, it will save memory, which chromebooks are usually low on. I'm with as many `.freeze`s as make sense memory-wise...
@xeu100: Thank you for the feedback. Yes, qemu is one of the troublesome packages we've been trying to tackle. I keep hoping a newer release fixes issues with earlier versions....
Have you tried the compiling the latest release?
FWIW, I was able to fix with: ``` $ cd $ curl -L#O https://gitlab.com/api/v4/projects/26210301/packages/generic/openssl/1.1.1m_i686/openssl-1.1.1m-chromeos-i686.tpxz $ cd / $ tar xvf ~/https://gitlab.com/api/v4/projects/26210301/packages/generic/openssl/1.1.1m_i686/openssl-1.1.1m-chromeos-i686.tpxz ```
The `xdg_base` package will install a symlink to `~/.config` from `/usr/local/.config`.
Yeah, it's a bit annoying that so many projects are dropping arm support. I'm guessing it's just laziness.
@necrolatry: This could be packaged for easier installation. Have you examined the [wiki](https://github.com/skycocker/chromebrew/wiki/Creating-a-package) to learn how to [create a package](https://github.com/skycocker/chromebrew/wiki/Creating-a-package) yet? It might be easier to copy an existing package...